Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 444 Bytes

README.markdown

File metadata and controls

19 lines (14 loc) · 444 Bytes

Kouler

A game prototype written in Ruby and Gosu and a first attempt at recreating Jan Hubicka's classic Linux game Koules.

Status

So far I've got:

  • a damped player sprite
  • collision detection
  • proper elastic collisions
  • a stupid chasing algorithm

The next steps will be:

  • smarter enemies
  • preventing balls from overlapping each other