Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mmartin46/tacorpg
A SDL2 Gaming RPG Project Written in C++. The goal is to avoid enemies and collect items.
https://github.com/mmartin46/tacorpg
cpp game-programming gamedev rpg rpg-game sdl2
Last synced: about 8 hours ago
JSON representation
A SDL2 Gaming RPG Project Written in C++. The goal is to avoid enemies and collect items.
- Host: GitHub
- URL: https://github.com/mmartin46/tacorpg
- Owner: mmartin46
- Created: 2023-06-30T15:59:42.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-08-12T21:44:00.000Z (about 1 year ago)
- Last Synced: 2023-08-12T22:39:45.503Z (about 1 year ago)
- Topics: cpp, game-programming, gamedev, rpg, rpg-game, sdl2
- Language: C++
- Homepage:
- Size: 48.3 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# TacoRPG
A SDL2 Gaming RPG Project Written in C++. The goal is to avoid enemies and collect items.## Screenshots
## How To Play
1. Go to MYSYS and follow the instructions to install a GCC/G++ Compiler on your computer (C++ 11 or newer)
2. Download SDL2
3. When the Compiler is finished installing, insert the "SDL2" folder within the SDL2 include folder
inside your mingw64 include folder.
4. Execute the .exe within the TacoRPG folder.## Acknowledgements
Learn Video Game Programming in C www.youtube.com/playlist?list=PLT6WFYYZE6uLMcPGS3qfpYm7T_gViYMMt.
## API References
- SDL2