KO
|
EN
gitlite — search
Search
#python
#java
#python3
#arduino
#golang
#machine-learning
#rust
#html
#flask
#javascript
#seismology
#nodejs
vue-poker
★ 26
Open GitHub ↗
Simple video poker game using Vue
Download README (.md)
Explore Similar Repositories
popspinnerview
:
PopSpinnerView下拉选择控件
last-release-git
:
semantic-release plugin for projects that must not be published at NPM
yii2-elfinder
:
elFinder file manager for Yii 2
simple-plugins
:
simple pocketmine plugins for immediate use
anomaly-detection
:
入門 機械学習による異常検知―Rによる実践ガイド をPythonで実装
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
vue-poker
?
Download (.md)
# Video Poker Demo with Vue.js > A Vue.js project Key components: * Vue.js (https://vuejs.org/) * Vue-cli (https://github.com/vuejs/vue-cli) * Vue-router (https://github.com/vuejs/vue-router) * Vuex 2.0 (https://github.com/vuejs/vuex) * ~~Axios (https://github.com/mzabriskie/axios)~~ **REMOVED** * ~~Deck of Cards API (https://deckofcardsapi.com/)~~ **REMOVED** * Poker Hand Analyzer (http://www.codeproject.com/Articles/569271/A-Poker-hand-analyzer-in-JavaScript-using-bit-math) TODO: * ~~Variable bet sizes~~ **ADDED** * ~~Fisher-Yates Shuffle Algorithm~~ **ADDED** * Session stats * Custom decks * UI improvements Live demo: https://poker.metaincognita.com/ ## Build Setup ``` bash # install dependencies npm install # serve with hot reload at localhost:8080 npm run dev # build for production with minification npm run build ```