Go to file
Pòsweg Blumenthal f657c49c79 Fix core dump & clearer music deallocation 2019-12-02 11:48:01 +01:00
assets SDL2_mixer binaries 2017-07-26 16:18:24 +02:00
cmake Update to CMAKE and put version name in the main menu 2019-07-30 17:53:48 +02:00
src Fix core dump & clearer music deallocation 2019-12-02 11:48:01 +01:00
textures Better map handling 2017-07-27 19:57:08 +02:00
.gitignore update .gitignore 2019-11-01 16:37:01 +01:00
CMakeLists.txt Update to CMAKE and put version name in the main menu 2019-07-30 17:53:48 +02:00
LICENSE.md licensing 2019-04-22 16:25:57 +02:00
README.md Update to CMAKE and put version name in the main menu 2019-07-30 17:53:48 +02:00
cooper-hewitt-medium.otf Better button handling 2017-06-22 19:36:18 +02:00
overworld.map Music and textures 2017-07-26 05:01:29 +02:00
overworld2.map Bug fixed and font inclusion 2017-06-21 22:03:11 +02:00

README.md

alt text

This is my first semi-big or not-so-small project, made to get my hands dirty with SDL2, have fun and experiment how feels to make an actual game, with its structure and stuff.

So far I have implemented a regular platformer, with its player, player physics, powerups, walls/blocks, and a menu system. It's all messy and clunky but hey, it's my first time and I'm doing what I can so have patience with it if you watch some huge stupid mistake thingy. And of course if you see one of those, tell me, correct it and make a pull request or put an issue!

Controls

In the menu:

  • UP and DOWN to navigate
  • SPACE to accept

PD: the first button is to play, the third one quits the game and the second one... does nothing.

In-game:

  • ARROWS To move around
  • SPACE To jump
  • LSHIFT To run

Compiling

Dependencies:

  • SDL2
  • SDL2_ttf
  • SDL2_image
  • SDL2_mixer

To compile it just follow the standard CMake procedure:

mkdir build && cd build
cmake ../
make
make install

References

Lazy Foo's SDL guide: http://lazyfoo.net/tutorials/SDL/index.php

Jorge Rodrigez's YouTube series on Math for Game Developers: https://www.youtube.com/playlist?list=PLW3Zl3wyJwWOpdhYedlD-yCB7WQoHf-My

Khan Academy's algebra series: https://www.youtube.com/watch?v=kpCJyQ2usJ4&list=PL7AF1C14AF1B05894