Devlogs
Changelog (v01 Initial Release)
FlyHi 2 - Electric Boogaloo v01 (Initial Release)
- Initial release of the game
- Added sprites for the player and enemy
- Added background
- Added move function for the player controlled sprite
- WASD, Arrow Keys or joystick's / gamepad's equivalent X and Y axis
- Added frame rate independent solution for calculating player's speed
- Whether the game is played on low end or high end PC no longer affects the player's speed, it's equal across the board
- Added boundaries to the game world
- Player can no longer move outside the intended game world
- Also restricted the movement too close to top of the game world where player would get insta destroyed by spawned enemies