Back to Projects
Aventurier
April 2025fullstack
Interactive Java/React game with dynamic ASCII map and REST API for server logic
Technologies Used
JavaSpring BootReactTypeScriptMVCREST API
Preview coming soon...
About This Project
Modern text adventure game combining an elegant React interface and robust Java Spring Boot server logic.
Architecture:
- React frontend for ASCII map display
- Spring Boot REST API for game logic
- Collision and wall management
- Game state persistence
- Hero movement via API calls
Key learnings:
- MVC architecture on backend
- Real-time client-server communication
- Complex state management
- RESTful API design