Skip to content

Latest commit

 

History

History
16 lines (15 loc) · 499 Bytes

README.md

File metadata and controls

16 lines (15 loc) · 499 Bytes

Binary-Search-Multiplayer-Game

Features

  • Based on binary search.
  • Implemented using Greenfoot IDE
  • Multiplayer, can support 50+ players in a single session.
  • Multi-round, configurable from client side.
  • Code developed using multiple design patterns:
    1. State machine pattern
    2. Observer pattern
    3. Strategy pattern
    4. Proxy pattern
    5. Iterator pattern
  • Followed Scrum methodology coupled with XP practices.
  • Client side: based on Greenfoot & java
  • Server side: based on java