Devtober day 16


  • Enemies can now drop coins that you can use to buy weapons at the shop. The coins at the moment come in three varieties: small copper ones(+1), silver ones(+10) and diamonds(+100). They also show how bad the player ship actually handles, since picking them up is slightly difficult and they can easily be missed. Even though I increased their hit volumes and the time it takes them to despawn, and decreased the distance their are thrown from the enemy that dropped them, it is still rather tedious. On the other hand, it presents a new challenge.
  • I implemented a shop! To access it, just pause the game, the shop menu will appear underneath the playing field. Sure, it's rather bare-bones at the moment, and the code is not structured well, but all the main features(buying weapons and selling them back) are there.
  • To test the shop easier, I added a cheat: you can press "enter" to give yourself +50 coins, this, however, will only work when the game is not paused.
  • I also slightly rebalanced some of the weapons.

Leave a comment

Log in with itch.io to leave a comment.