An open API service indexing awesome lists of open source software.

https://github.com/igor-240340/easyroulette

European Roulette game prototype
https://github.com/igor-240340/easyroulette

casual cocos-creator game roulette typescript

Last synced: about 2 months ago
JSON representation

European Roulette game prototype

Awesome Lists containing this project

README

        

# EasyRoulette - European Roulette Game Prototype

This repository contains a prototype of a European Roulette game developed using TypeScript and Cocos Creator.

https://github.com/user-attachments/assets/efea0e4d-b7e7-41a5-b52d-a3b745257015

## Features

- **Betting Mechanics**: Fully implemented betting system that simulates the classic European Roulette experience.
- **Unit Tests**: Unit tests are integrated as game objects.
- **Integration with YandexGames**: Reward for watching Ad, store configuration and balance on the server side. Local server for testing.
- **Background music**: On/Off.
- **Simple rank system**: It's just function of the current balance.

## How to run local server
```
npx @yandex-games/sdk-dev-proxy -p --app-id=
```

## TODO (just for reference, there is no plans to implement this)

- **Mute the music when showing Ad**.
- **Show message when rank is up.**
- **Play sound effects when betting and winning.**
- **Make UI responsive.**