Programming a Guessing Game in Atlas77
Setting up
First create a new Atlas77 project:
atlas77 init guessing_game
cd guessing_game
Then open the src/main.atlas file in your favorite text editor.
Press ← or → to navigate between chapters
Press S or / to search in the book
Press ? to show this help
Press Esc to hide this help
First create a new Atlas77 project:
atlas77 init guessing_game
cd guessing_game
Then open the src/main.atlas file in your favorite text editor.