https://github.com/mmartin46/fighttheai
A SDL2 Fighting Platformer Project Written in C++.
https://github.com/mmartin46/fighttheai
Last synced: 2 months ago
JSON representation
A SDL2 Fighting Platformer Project Written in C++.
- Host: GitHub
- URL: https://github.com/mmartin46/fighttheai
- Owner: mmartin46
- Created: 2023-07-19T20:00:12.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-08-07T21:35:53.000Z (almost 2 years ago)
- Last Synced: 2025-02-15T17:47:19.188Z (4 months ago)
- Language: C++
- Homepage:
- Size: 16 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
(WARNING! Project Not Finished)
# FightTheAI
A SDL2 Fighting Platformer Project Written in C++. The goal is to obliterate the AI.
The background was a free royalty free image online.## 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