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

https://github.com/vimichael/cpp-platformer

Simple 2D Platformer Written in C++ with Raylib
https://github.com/vimichael/cpp-platformer

Last synced: 7 months ago
JSON representation

Simple 2D Platformer Written in C++ with Raylib

Awesome Lists containing this project

README

          

# Raylib Project Template for Windows and Mac

Simple template that works on both windows and mac using GCC.

## Windows
```bash
make windows
```

## Mac
```bash
make mac
```

The outputted executed is located in the root directory.