Coin Finder Game
This project is a web-based game, which challenges players to uncover hidden coins on a grid while avoiding making too many mistakes. The game is implemented using HTML, CSS, a python server and JavaScript, and is designed to be played in a web browser.
The game starts by generating a random grid of 100 cells. The coins are randomly placed on the grid.
The game includes several features to help the player, such as a counter that displays the number of coins left to uncover, and a counter that displays the number of incorrect attempts. The game also includes a "New Game" button that allows the player to start a new game at any time.
The code for the game is organized into several functions, including functions for generating the grid, updating the counters, and handling user input.
Tech Stack
- Python
- HTML
- CSS
- Python server