Skip to content

Modern casino slot machine game using only plain JavaScript (Web Animations API)

License

Notifications You must be signed in to change notification settings

mrdeeds88/html5-slot-machine

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HTML5 Slot Machine

This is a modern proof of concept casino slot machine game, built using only vanilla HTML, CSS and JavaScript. No Flash or Frameworks required. Allowing for an amazing low bundle size and blazing fast performance.

Built using the Web Animations API.

Live Demo

Features

  • Fully responsive for great UX on mobile, web & fullscreen mode.
  • Autoplay functionality, which keeps running even if the game window is in background.

Installation, Build & Deployment

  1. Clone repository
  2. Run npm install or yarn install
    • Development: run npm start or yarn start and go to http://localhost:8080
    • Production: run npm build or yarn build and serve from /dist

Credits

Icons are created by KPD Media and can be used for private and commercial purposes with no attribution required (check license here).

About

Modern casino slot machine game using only plain JavaScript (Web Animations API)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 72.0%
  • CSS 14.6%
  • HTML 13.4%