BWsix / shitty-arcade

A shittily thrown together arcade that flops.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Shitty Arcade

A shittily thrown together arcade that flops.

How to build the Shitty-Arcade

cd /path/to/shitty-arcade
cmake -S . -B build
cmake --build build

... and games can now be found in ./build/shitty-arcade

Games included

  • Snake
    • Sanke game but every time you grow a new wall gets added to the board
  • Tic-Tac-Toe
    • Our invincible bot will block your every move (hopefully :P)
  • Minesweeper
    • I copy-pasted my code from leetcode 529. Minesweeper
  • Sudoku
    • Hover your cursor over the cell you wish to fill and press number keys 1-9

Stuff

About

A shittily thrown together arcade that flops.


Languages

Language:C 99.8%Language:CMake 0.2%