Game
Space War

4 years ago

Space War 1.9 Update: networking overhaul!


Hello,

I implemented a new network system (in my game Space War) based on variable length messages. This implies also that the game will only send messages when something change (e.g. player position...).

In v1.8.0 the game would send every info (position, health, is shooting...) each frame. Now this is no more the case.

Also, there were problems with client-server synchronization, now the game synchronizes client and server so they launch the mission exactly at the same time, even if there is latency.

Other new features:

  • Modified intro splash screen

  • Native resolution is now the one chosen by default

  • Added back buttons in a few menus so you can navigate with your mouse correctly

  • Enemy health animation improved.

  • Your public IP won't anymore show by default, you have to press F7 in the screate server menu to display it.

  • New "quake" animation when you kill an enemy, or when you are being damaged.

  • Texts displayed in game are now in a file "data/en.txt" (en for english). Maybe i'll add some new language files in the future.

Bug fixes:

  • Fixed a lot of bugs in networking!

  • Fixed bug where cursor would be displayed in level



0 comments

Loading...

Next up

Blokoding 1.5.0 available!

Numbers are now in letters (to avoid bugs)

Space War now supports 2 controllers in 2 player mode!

Also, there is a new loading bar!

Update 1.13: New enemy shot (animated) + more precise shots!

Space War 1.17 Available!

Animated space ship, menu icons and bug fixes.

https://www.youtube.com/watch?v=EE7p4LESCMg

Blokoding, a way for kids to learn programming!

Youtube video with download links : https://www.youtube.com/watch?v=gkXv2xSzO9c

Blokoding: A way for kids to learn programming!

Yes, a game to learn programming! Just drag'n'drop cards (for instance actions, loops, conditions...) and start a level to make your character move and execute your program!

https://github.com/gaziduc/blokoding/releases/

New Animated Space Ship (in Version 1.17)!

Before you could play with keyboard, mouse and controller. However, it was impossible to play in 2-players mode with 2 controllers (it was 1 controller max).

Now this will be possible in the next release! 🎮🎮

#multiplayer

Easily teach code basics to children with Blokoding!

Space War now playable on web browsers!... But there is an annoying bug (when you dies the game crashes). This is due to a bug in emscritpen llvm compiler : https://github.com/llvm/llvm-project

I will upload a new version when it will be fixed!

Thanks for playing!