https://github.com/svrcekmichal/p5js-game-movement
Implementation of "player" movement in game with p5js
https://github.com/svrcekmichal/p5js-game-movement
Last synced: 3 months ago
JSON representation
Implementation of "player" movement in game with p5js
- Host: GitHub
- URL: https://github.com/svrcekmichal/p5js-game-movement
- Owner: svrcekmichal
- Created: 2020-09-25T09:45:40.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-10-19T12:28:18.000Z (over 4 years ago)
- Last Synced: 2025-01-11T09:41:14.966Z (4 months ago)
- Language: TypeScript
- Homepage: https://p5js-game-movement.vercel.app
- Size: 361 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# p5js game movement
[LIVE DEMO](https://p5js-game-movement-qfwt2r2ce.vercel.app/)
I've always found it fascinating to create some game, so in my spare time I'm sometimes playing. Code here is nothing production ready, it's mostly just mixing of some demos/examples I found somewhere else.
## What it does?
Controls: WSAD or ↑↓←→
## how to run```bash
$ yarn
$ yarn start
```## what I used
- bootstraped with [p5-typescript-webpack-starter](https://github.com/expiredliver/p5-typescript-webpack-starter) from [expiredliver](https://github.com/expiredliver)
- [Interaction - Follow 1 example](https://p5js.org/examples/interaction-follow-1.html) that helped a lot, by Keith Peters
and a lot of small parts here and there :)