https://github.com/vortexshrimp/arcade
Cross-platform arcade games written in C99.
https://github.com/vortexshrimp/arcade
Last synced: 8 months ago
JSON representation
Cross-platform arcade games written in C99.
- Host: GitHub
- URL: https://github.com/vortexshrimp/arcade
- Owner: VortexShrimp
- License: gpl-3.0
- Created: 2025-08-04T23:17:09.000Z (8 months ago)
- Default Branch: master
- Last Pushed: 2025-08-09T17:54:11.000Z (8 months ago)
- Last Synced: 2025-08-09T19:31:50.257Z (8 months ago)
- Language: C
- Homepage:
- Size: 41 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Arcade
Classic arcade games made with C99 & SDL3.
## Requirements
> This project uses git submodules to manage dependencies. They may require additional dependencies themselves.
- [C Compiler](https://en.cppreference.com/w/c.html)
- [Git](https://git-scm.com/downloads)
- [CMake](https://cmake.org/)
## Usage
1. Clone this repository with submodules.
- `$ git clone --recurse-submodules https://github.com/VortexShrimp/arcade.git`
2. Configure the project.
- `$ cmake -S . -B build`
3. Build the project.
- `$ cmake --build build`