Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 1.09 KB

README.md

File metadata and controls

34 lines (23 loc) · 1.09 KB

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.