Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags
(+1)

Congratulation for your first game jam !

The game was fun to play ! It is may be a little too hard at first and may be it needs intermediate difficulty levels between the second and the third level but I still managed to finish it and it was challenging to learn to drive the ball with parsimony to avoid the spikes without wasting paint. The simple graphics are good enough but it lacks music and sound effects even if the paint particles effect add a nice feedback to the controls.

I also used java for my game ! Which graphic library did you use ?

Hey Edmond,

Thanks! Especially the comments about the difficulty. I wasn't really sure if I had made some levels too easy or too hard. I do think I made the last level a bit too difficult, but it being the last I figured the player had something to prove by now :D. 

I also tried making / adding some sounds and music, but unfortunately I quickly started to run out of time and decided to focus on other aspects of the game. I was hoping to make it sounds a bit 8-bity, but who knows, maybe I'll add that in later.

I actually didn't use any game engine (or libraries for that matter). It's all Java's own AWT/Swing to do all the graphics / animations, with a healthy dose of trigonometry to simulate basic collisions and physics. Especially the collision detection was hard to do. It probably wasn't the smartest idea to build my own "game engine" from scratch, but it was fun, challenging, and I taught myself something new :)

(+2)

Good job for making the engine from scratch ! It may be not the smartest idea to have a polish game but it is a good idea to learn and make more personal games. I dit not found the last level too difficult because I had time before it to learn the mechanic. It is more the seconde level with the spikes (the one that repeats itself) that I have found very difficult and hesitate to abandon.