This is a simple snake clone made with Dosato, my own programming language. It's a simple game, but it's a good way to show how to make a game with Dosato.
To install the game, you need to have Dosato installed. You can download it here.
After you have installed Dosato, you need to download the dosato_graphics library. You can download it here.
Make sure to have path variables set up to your dosato exe, and the dosato_graphics library.
After you have installed both Dosato and dosato_graphics, run the game with the following command:
dosato main.to
The game is a simple snake clone, move with WASD, and start the game with the space key.
Before the game starts, you can choose the size of the game board.
This project serves as a good template to start making your own games with Dosato.