Skip to content
This repository was archived by the owner on Jan 16, 2021. It is now read-only.

Latest commit

 

History

History
9 lines (5 loc) · 442 Bytes

File metadata and controls

9 lines (5 loc) · 442 Bytes

xtd_forms games examples

This folder contains all examples used by xtd::forms docmentation and more.

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.