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.
- Aguilar, Aaron Kyle
- Jasmin, Ramon Emmiel
- Lacanilao, Marvin Patrick
- Roxas, Johan Rickardo
- Siccuan, Sebastian
- Tank, Rithik
- Yuen, Ka Hang
- Java
- Python
- CORBA IDL
The project was created in partial fulfilment of the course Computer Programming 3, offered under Saint Louis University.
This project is currently under development.