Skip to content

Full-stack web application (in progress), allowing users to train their abilities in various bet games without risking real money.

Notifications You must be signed in to change notification settings

ddmuzyk/casino-online

Repository files navigation

Casino-online

Full-stack web application (in development), meant to allow users to train their abilities in various bet games without risking real money.

Installation

You will need Node.js installed to run this app locally.

Clone the repository with HTTPS or SSH, for example:

git clone https://github.com/ddmuzyk/casino-online.git

Install dependencies and start the server:

cd casino-online
npm install
npm run dev

Tech

  • HTML
  • TypeScript
  • Next.js
  • SCSS

About

With a plan to add more games to the project in the future, I'm currently focusing on the Texas Hold'em Game.

The player will face opponents (which will be decision making symbolic artificial intellgence) according to the Texas Hold'em rules. Standard poker options will be possible - checking, calling, betting and folding. The game will go on until the player looses all his money (he may also just decide to leave the table) or when all other opponents go broke.

As it is going to be a full-stack application, users will be able to create their own account where their money will be saved.

About

Full-stack web application (in progress), allowing users to train their abilities in various bet games without risking real money.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published