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
- Host: GitHub
- URL: https://github.com/vimichael/cpp-platformer
- Owner: vimichael
- Created: 2024-05-14T18:15:33.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-15T21:15:05.000Z (over 1 year ago)
- Last Synced: 2025-04-12T15:59:43.714Z (10 months ago)
- Language: C
- Size: 2.54 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.