NitrogeneGames / NoReturn

Space game built from the Slick-2d library. Physics engine built from scratch using Slick-2d geometry
4 stars 2 forks source link

Implement main systems in Craft class #3

Closed kovesdy closed 11 years ago

kovesdy commented 11 years ago

All systems implemented into nitrogene.core.craft This includes Shield,Engine,Core,LifeSupport With collision circles to measure hit proximity and icons to provide visual display on the craft. All classes framework already finished, except power system (must be also implemented).