Releases: Jibby-Games/Flappy-Race
Releases · Jibby-Games/Flappy-Race
Flappy Race v0.13.0
Added
- Enabled new physics interpolation to make gameplay smoother
- Highlight which player you are when near others
Changed
- Update Godot to 3.6
- Made the server URLs configurable
Flappy Race v0.12.0
Added
- Bots now randomize their route so they don't all go the same way
- Added a version check when joining the game
Changed
- Update Godot to 3.5.3
- Show progress percentage instead of scores
Fixed
- Fix joining official servers for HTML5 builds
- Only show compatible servers in HTML5 server browser
- HTML5 builds can only connect to HTTPS hosted servers
- Fix players sometimes not triggering finish
- Fix host game options getting stuck in a loop
Flappy Race v0.11.0
Added
- New coin and item line obstacles
- New item:
- Flomb - A flying bomb which targets the player in first place!
- Show when players join or leave the game
- Add buttons to allow the host to kick players and change hosts
Changed
- Coins can now spawn item boxes instead so players can get more items!
- Tweaked all item chances
- Turn on bots by default
- Made item debug server side only to stop clients using it outside the editor
Fixed
- Stopped the same coin/item being taken multiple times
- Made IP finder update periodically
- Made boost work for remote clients
- Stop leaderboard being cut off by buttons
- Enter key now works when joining by IP
- Various connection bugs
Flappy Race v0.10.1
Fixed
- Fixed an SSL error when joining official servers due to connecting with the ip
Flappy Race v0.10.0
Added
- New items:
- Magnet - Attracts coins and item boxes
- Laser - Kills any players caught in the beam
- Booster - Gives a temporary speed boost through obstacles
- Gives weighted probabilities to items, so players at the back get more helpful items
Fixed
- Stopped particles spawning in the wrong place on death
Flappy Race v0.9.2
Added
- New coin item
- Gives a single coin
Changed
- Update to Godot 3.5.2
Fixed
- Actually apply bot difficulty setting to bots and tweak difficulty
- Stop level generation breaking with 1 obstacle
- Stop respawning clearing item effects
- Picoberries no longer offset the player trail incorrectly
Flappy Race v0.9.1
Fixed
- Use the correct SSL certificate for official dedicated servers so non-HTML builds can join again
Flappy Race v0.9.0
Added
- Bot difficulty!
- The bot difficult can now be changed to one of five options: very easy, easy, medium, hard or very hard
Flappy Race v0.8.1
Fixed
- Limit bots to the total amount of player slots
- Improve nav polygons to improve bot navigation
- Stop obstacles sometimes unloading when players were nearby
Flappy Race v0.8.0
Added
- Bots!
- New AI bot players to spice up singleplayer and multiplayer games