Skip to content
This repository has been archived by the owner on Jan 16, 2023. It is now read-only.

Releases: P0ulpy/NetPong-Project

Alpha v0.1

21 Feb 23:45
Compare
Choose a tag to compare
Alpha v0.1 Pre-release
Pre-release

The first playable alpha includes :

  • UI
  • Terrains
  • Socket Connections / Management
  • Characters effects and functionalities
  • PongBalls effects and functionalities
  • PongBalls and Characters synchronisation
  • Terrain Collisions
  • PongBalls Collisions (client-side only, may cause some problems)

Missing :

  • User in-game interfaces (just need a merge)
  • Server Side Collisions
  • UDP Sockets (for now we using TCP sockets)