https://github.com/mmartin46/taco_platformer
An SDL2 Gaming Platformer Project Written in C++. The player's only objective within the game is to collect as many tacos as possible.
https://github.com/mmartin46/taco_platformer
c cpp game-2d game-development game-programming sdl2
Last synced: about 2 months ago
JSON representation
An SDL2 Gaming Platformer Project Written in C++. The player's only objective within the game is to collect as many tacos as possible.
- Host: GitHub
- URL: https://github.com/mmartin46/taco_platformer
- Owner: mmartin46
- Created: 2023-05-30T18:35:04.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-08-19T15:13:52.000Z (almost 2 years ago)
- Last Synced: 2025-02-15T17:47:23.157Z (4 months ago)
- Topics: c, cpp, game-2d, game-development, game-programming, sdl2
- Language: C++
- Homepage:
- Size: 44.4 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Taco_Platformer
An SDL2 Gaming Platformer Project Written in C++ and C. The player's only objective within the game is to collect as many tacos as possible.
## Authors
- Mitchell Martin
## Features- The user is given a stock of 100 lives and
needs to collect as many tacos as possible.
Moreover, you must avoid being touched by
any enemies.
- The first two background levels were free royalty free images.
- The game experiments with a computer-player that is
supposed to follow and help the player collect coins.
The computer-player uses a hill-climbing algorithmic approach by looking at all possible movements 10 pixels ahead determining which state is the most optimal based on how close the computer-player is with the main player.
## 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 Taco_Platformer folder.## Acknowledgements
Learn Video Game Programming in C www.youtube.com/playlist?list=PLT6WFYYZE6uLMcPGS3qfpYm7T_gViYMMt.
## API References
- SDL2