BACK
|Games
Bluff Game
Bluff Game
Tampere University Project
- Technology Stack: C# (Unity, ASP.NET), Python (support tools)
- Platform: Windows/Desktop with server backend
- Project Type: Educational / Secure Networking
Bluff Game is a collaborative group project focused on building a secure, turn-based multiplayer game—the Bluff Game, where deception and strategy collide. Integrated with networking and backend authentication, the project emphasizes secure coding practices and proper data handling.
Key Features:
- Secure Client-Server Architecture: Developed using Unity for the client and ASP.NET for the backend, ensuring safe and structured communication.
- Multiplayer Bluff Mechanics: Players take turns rolling dice and bluffing opponent players strategically.
- Robust Authentication Flow: Includes user registration, login, and game state synchronization through a secure API.
- Support Utilities in Python: Includes tooling for encryption, JSON transformation, and API testing via Postman.
This project highlights the importance of secure game development and demonstrates a complete flow from player input to server validation.