https://github.com/bwsix/shitty-arcade
A shittily thrown together arcade that flops.
https://github.com/bwsix/shitty-arcade
Last synced: over 1 year ago
JSON representation
A shittily thrown together arcade that flops.
- Host: GitHub
- URL: https://github.com/bwsix/shitty-arcade
- Owner: BWsix
- Created: 2023-08-07T07:05:26.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2023-08-14T04:39:12.000Z (almost 3 years ago)
- Last Synced: 2024-04-24T03:22:51.984Z (about 2 years ago)
- Language: C
- Homepage:
- Size: 76.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Shitty Arcade
A shittily thrown together arcade that flops.
## How to build the _**Shitty-Arcade**_
```bash
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
- **go watch tsoding**:
- raylib:
- modern cmake:
- effective modern cmake:
- project setup #0:
- project setup #1:
- header-only library: