summaryrefslogtreecommitdiffhomepage
path: root/app/factories/ships
AgeCommit message (Collapse)Author
2021-12-26more optimizationsrealtradam
2021-12-26added rate of fire, tweaked airealtradam
2021-12-26optimized collision checksrealtradam
2021-12-26implement ai randomizer, gameover screen, and other bug fixesArnold
* Cleaned up factory. Fixed most bugs with death(last bug should be with move camera). * check if player entity is nil before shooting or moving camera * implement ai randomizer * separate button click detection to new system * implement gameover screen with button to return to menu * use reverse_each instead of cloning Co-authored-by: realtradam <[email protected]>
2021-12-23implement ai components/systemsarngo
2021-12-19cleanup and polish of sprites (#7)_Tradam
2021-12-19Finished player shooting bullet systemrealtradam
2021-12-19Updated singleton namingrealtradam
2021-12-19Bullets, Health, Collision systems implemented. Renamed plane sprites.realtradam