Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 1.03 KB

File metadata and controls

28 lines (20 loc) · 1.03 KB

Boggle (Word Factory)

Description

This project involves creating a Server_Java program that allows connections from Client_Java programs, enabling players to login using their credentials. The Server_Java verifies credentials by checking a database and ensures single-session access. Once authenticated, players can initiate the game and starts if another player joins within the given waiting time.

Each round involves forming words from 20 random letters within a time limit. Players earn points for unique valid words submitted, with the highest scorer winning each round. The first player to win three rounds claims victory.

Authors

  • Aguilar, Aaron Kyle
  • Jasmin, Ramon Emmiel
  • Lacanilao, Marvin Patrick
  • Roxas, Johan Rickardo
  • Siccuan, Sebastian
  • Tank, Rithik
  • Yuen, Ka Hang

Technology Stack

  • Java
  • Python
  • CORBA IDL

License

The project was created in partial fulfilment of the course Computer Programming 3, offered under Saint Louis University.

Project status

This project is currently under development.