An open API service indexing awesome lists of open source software.

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.

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: