Games examples
June 7, 2024 ยท View on GitHub
This folder contains xtd.forms game examples.
Games
- game_of_life The Game of Life is not your typical computer game. It is a 'cellular automaton', and was invented by Cambridge mathematician John Conway.
- minesweeper The goal of the game is to uncover all the squares that do not contain mines.
- tetris The Tetris game is one of the most popular computer games ever created.
Build and run any project
Open "Command Prompt" or "Terminal". Navigate to the folder that contains the project and type the following:
xtdc run -t any_project_name