This is a PICO-8 game I made called Number Hunter. It is based on hacking mini games I used to play on FiveM servers.
Instructions
The goal of the game is find the fixed target number amongst the constant random generation of numbers on the screen.
You can move the cursor around the screen using ⬅️➡️ and pressing 🅾️ to select a number.
You will gain points based on the time it takes you to find the target number and the level of difficulty you have selected.
This game stores your high score locally on your PICO-8 console.
Source Code
While the code is available from within the embedded PICO-8 console above, the project is also available on GitHub https://github.com/gcoulby/number-hunter-p8



@pixelperfect
Not all of the numbers are changing.
The target number stays fixed on the board and all of the other numbers change. You can actually use this to help you find the target.
[Please log in to post a comment]