Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags
A jam submission

PI-th FinderView game page

Navigate the infinite digits of PI
Submitted by Gan_HOPE326 — 2 days, 9 hours before the deadline
Add to collection

Play game

PI-th Finder's itch.io page

Leave a comment

Log in with itch.io to leave a comment.

Comments

Developer

Hi chong!

The digits DO correspond to Pi... written in hexadecimal base :D. That means Base-16, or in other words, the numbers go 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, a, b, c, d, e, f, and only then you reach 10. In this system Pi is written as:

3.243F...

which is exactly what you get in the game if you start from the 0-th digit. The reason for this choice is that base 16 allowed for a nice 4x4 grid, while base 10 would have not. I could have done it with a grid of triangles but that would have been more complicated and I really made this in a hurry!

Submitted

Hey, fun game! Could I ask, why do the digits not correspond to t Pi? It would be really cool if the numbers did correspond to it like 3.141.... But great idea!