Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hachy/all-square
🎮 Puzzle game in browser
https://github.com/hachy/all-square
browser-game indiegame js-game typescript
Last synced: 3 months ago
JSON representation
🎮 Puzzle game in browser
- Host: GitHub
- URL: https://github.com/hachy/all-square
- Owner: hachy
- Created: 2020-01-21T13:46:53.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2023-03-04T06:12:24.000Z (almost 2 years ago)
- Last Synced: 2023-04-03T23:43:54.522Z (almost 2 years ago)
- Topics: browser-game, indiegame, js-game, typescript
- Language: TypeScript
- Homepage: https://hachy.github.io/all-square/
- Size: 1.03 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# All Square
A browser game written in TypeScript.
Demo: https://hachy.github.io/all-square/
## Running locally
1. Clone this repo to your local machine.
``` shell
git clone [email protected]:hachy/all-square.git
cd all-square/
```2. Initial setup
``` shell
npm install
```3. Start the app locally
Open browser and navigate to `http://localhost:1234`
``` shell
npm run dev
```### Screenshot