Skip to content

This is my solo project as part of the Codeworks software development program. We are given one week to complete a full-stack app.

Notifications You must be signed in to change notification settings

Gabe-Levin/HyperCasualArcade

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hyper Casual Arcade

This online arcade was created as a testing playground for using vanilla javascript to code arcade games from scratch. At the moment the games included are pong, snake, and flappy bird. The fontend interface was developed using React. Try to get a high score and have fun! 🐍

Play here: https://www.hypercasualarcade.com/

Setup

To run this arcade locally simply clone the repo and run the follow

npm install

and then

npm start

Notes

This project doesn't have a backend and uses local storage to save the highscores. This makes deployment easy and the app very quick, but scores do not carry from one browser to another. Adding a database may be included in future releases.

Special accknowledgements

About

This is my solo project as part of the Codeworks software development program. We are given one week to complete a full-stack app.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published