This is a small game experiment using Go as the programming language. The game is called "The Button Game" and it is a simple clicker game where the player has to click a button to keep alive as long as possible.
To get started with the game, you'll need to have Go installed on your machine. You can download and install Go from the official website: https://golang.org/dl/
Once you have Go installed, follow these steps:
- Clone the repository:
git clone https://github.com/MrFastwind/The-Button-in-GO.git
- Navigate to the project directory:
cd The-Button-in-GO
- Build the project:
go build
- Run the game:
./the-button-go
The game consists of a single button that the player has to click. Each time the button is clicked, the lifespan of the buton increases.
- Add stat for tracking lifespan of the button.
- Add different tiers for how much life the button at the moment of saving it.
Contributions are welcome! If you have any ideas or suggestions for improving the game, please open an issue or submit a pull request.
This project is licensed under the MIT License. See the LICENSE file for details.