https://github.com/ajthinking/sample-breakout
https://github.com/ajthinking/sample-breakout
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/ajthinking/sample-breakout
- Owner: ajthinking
- License: bsd-2-clause
- Created: 2022-09-11T11:18:30.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-09-11T12:57:31.000Z (almost 4 years ago)
- Last Synced: 2025-02-11T10:47:25.100Z (over 1 year ago)
- Language: TypeScript
- Homepage:
- Size: 2.18 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.MD
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# Excalibur Breakout
Play example [here](https://excaliburjs.com/sample-breakout)

## Getting Started
1. [Generate a repository](https://github.com/excaliburjs/template-ts-parcel/generate) from this template
2. Modify the `package.json` with your own details
3. Run `npm install` to install dependencies
4. Run `npm start` to start the Parcel server!
5. Have fun!