https://github.com/ryan-haskell/elm-rpg-demo
move a dood with WASD
https://github.com/ryan-haskell/elm-rpg-demo
Last synced: 3 months ago
JSON representation
move a dood with WASD
- Host: GitHub
- URL: https://github.com/ryan-haskell/elm-rpg-demo
- Owner: ryan-haskell
- Created: 2019-06-18T02:14:33.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T06:29:02.000Z (over 2 years ago)
- Last Synced: 2025-03-19T17:48:58.755Z (3 months ago)
- Language: Elm
- Size: 650 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# rpg demo
> an rpg demo thing written in Elm!## local development
1. `npm install`
1. `npm run dev`
## controls
Use WASD to move the dude!