Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 366 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 366 Bytes

electron 2d game example

"hey, can i put a canvas game in an electron app."

"yeah, i guess so."

Try it out:

1. clone this repo

git clone [email protected]:sethvincent/electron-2d-game-example.git

2. cd into the repo directory and run npm install

cd electron-2d-game-example
npm install

3. run npm start

npm start