Simple webgame made using JavaScript
- JavaScript 70.2%
- HTML 24.2%
- CSS 5.3%
- Batchfile 0.3%
|
|
||
|---|---|---|
| src | ||
| .gitattributes | ||
| .gitignore | ||
| compile.cmd | ||
| docker-compose.yml | ||
| LICENSE | ||
| package.json | ||
| README.md | ||
| tailwind.config.js | ||
Marco's Casino
Simple webgame made using JavaScript
Games • Technical Details • Contributing • License • References
🎮 Included Games
The casino consists of the following games:
- Blackjack
European Roulette
The rules of the games follow the traditional rules for each game.
Want to build it yourself?
-
Install dependencies:
npm install -
Development mode (with live CSS rebuilding + local server):
npm run devThen open http://localhost:8000 in your browser
-
Production build (build CSS + serve):
npm start -
Build CSS only (one-time build):
npm run build-css-prod
🛠 Technical Details
This project uses:
- HTML5 for structure
- Tailwind CSS for styling with custom casino theme
- DaisyUI for component library
- Vanilla JavaScript for game logic
- Custom CSS for enhanced styling and animations
🤝 Contributing
Contributions are welcome! Feel free to:
- Report bugs
- Suggest features
- Submit pull requests
📜 License
This project is licensed under the MIT License - see the LICENSE file for details.