Skip to content

An incomplete recreation of InkBall, a game that came bundled with Windows Vista.

License

Notifications You must be signed in to change notification settings

bclehmann/InkBall

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

91 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

InkBall

This is an InkBall game that's still in development. It doesn't use any game engine, it's just built on top of SDL (which was a big mistake).

So Far

I have working collisions and you can draw an ink trail which the balls interact with:

Sample Image

Todo:

  • Level creation (maybe)

Building

These are not full instructions. I will revisit this once the game is finished.

For now, all dependencies are statically linked. You can see the dependencies in dependencies.md.

The project is compiled with GCC using the C++ 17 standard, although at the time of writing any C++ 14 or C++ 11 compatible compiler will work (provided you update CMakeLists.txt accordingly).

About

An incomplete recreation of InkBall, a game that came bundled with Windows Vista.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published