isaka-mabagala / game-craps

Mobile Application, (Game: craps) Craps is a popular dice game played in casinos.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GAME CRAPS

Angular Bootstrap Node.js Capacitor Ionic

Screenshot

Craps is a popular dice game played in casinos.

A variation of the game, as follows:
Roll two dice. Each die has six faces representing values 1, 2, …, and 6, respectively. Check the sum of the two dice. If the sum is 2, 3, or 12 (called craps), you lose; if the sum is 7 or 11 (called natural), you win; if the sum is another value (i.e., 4, 5, 6, 8, 9, or 10), a point is established. Continue to roll the dice until either a 7 or the same point value is rolled. If 7 is rolled, you lose. Otherwise, you win.
This app acts as a single player.

Setup application

# Make sure your node version 16.10.x
node -v

Install dependencies

npm install

Compiles and hot-reloads for development

ionic serve

Compiles and minifies for production

ionic build

Opening the android project

npx cap sync
npx cap open android

About

Mobile Application, (Game: craps) Craps is a popular dice game played in casinos.

License:GNU General Public License v2.0


Languages

Language:TypeScript 49.1%Language:SCSS 32.4%Language:JavaScript 8.7%Language:HTML 5.1%Language:Java 4.8%