yeah this game is pretty cool
-food
so basically this game is a 2d platformer (very original) made with SDL in C++
the goal of the game isnt final right now, but its basically going to be moving through levels, trying to get to some kind of win zone. i want it to be fast paced but feel smooth to control.
the entire idea of this game came from an unfinished scratch (scratch.mit.edu) platformer i made some time ago, and ive had the idea stuck in my head for years.
the game is going to be mainly black and white, with some color to make special things more visible when going fast. the platforms and player arent going to be fancy, theyll just be rectangles/squares. i will try my best to make it feel smooth though.
required things (need to have installed on your system):
and then you can just do
git clone https://github.com/fo-od/coolgame.git
cd coolgame
cmake -S . -B build
cmake --build buildand the executable will be somewhere in build/ along with the assets
if youre on windows you should use mingw to build it but im not making a guide for that here because its honestly annoying