Skip to content

fo-od/coolgame

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

160 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

coolgame logo

yeah this game is pretty cool
-food


so basically this game is a 2d platformer (very original) made with SDL in C++

gameplay

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.

visuals

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.


building

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 build

and 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

About

yeah this game is pretty cool

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors