https://github.com/lostpebble/pullstate-snake
A simple snake game to show off Pullstate
https://github.com/lostpebble/pullstate-snake
Last synced: 10 months ago
JSON representation
A simple snake game to show off Pullstate
- Host: GitHub
- URL: https://github.com/lostpebble/pullstate-snake
- Owner: lostpebble
- Created: 2019-10-01T13:55:49.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T11:51:39.000Z (almost 3 years ago)
- Last Synced: 2025-01-16T11:27:00.944Z (11 months ago)
- Language: TypeScript
- Size: 1.79 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 22
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Pullstate Snake 🐍
A little game example that gets down and dirty with Pullstate (https://github.com/lostpebble/pullstate).
Bootstrapped with `create-react-app`
## Available Scripts
In the project directory, you can run:
### `npm start`
Runs the app in the development mode.
Open [http://localhost:3000](http://localhost:3000) to view it in the browser.
The page will reload if you make edits.
You will also see any lint errors in the console.