Game Projects
Not that I write games, or even play them much,
but I do sometimes write code that does something with them sometimes…
Such as:
- The 8-Queens
- Solving the 8-queens problem numerically (i.e. without simulating the board and testing for physical collisions).
- Blackjack
- Simulating Blackjack play and hands to test a rules-based approach for betting success.
(Also uses a rules-based protocol for betting.)
- Farkel
- Simulating Farkel (which uses 6 dice) to test odds calculations.
- Othello
- Just the start of a project implementing a two-player Othello game.