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

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.

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`