A sophisticated casino simulation built with Scala 3 and Scala.js, featuring realistic customer behavior, multiple casino games, and real-time data visualization.
A live demo can be found through the repo GitHub's page
All the documentation is accessible at the following link: Casimo documentation
Prerequisites
- JDK 17+
- Node.js 16+ (for Scala.js)
- sbt 1.10.11+
# Clone the repository
git clone https://github.com/nickghignatti/casimo.git
cd casimo
# Run the application
npm run dev# Run all tests
sbt "+backendJVM/test"
# Run with coverage
sbt "coverage; backendJVM/test; coverageReport"This project is licensed under the MIT License - see the LICENSE file for details.