Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dignissimus/chessemory
The Chess memory-game
https://github.com/dignissimus/chessemory
Last synced: 3 days ago
JSON representation
The Chess memory-game
- Host: GitHub
- URL: https://github.com/dignissimus/chessemory
- Owner: dignissimus
- License: gpl-3.0
- Created: 2022-08-02T23:38:25.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-08-04T20:41:50.000Z (over 2 years ago)
- Last Synced: 2024-05-02T05:29:43.229Z (8 months ago)
- Language: CSS
- Homepage: https://chessemory.firebaseapp.com
- Size: 128 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Chessemory
Chessemory is a Chess memory-game in which you need to remember and recreate a chess board in a short amount of time.
# Development
## Setting up the environment
Run `npm run setup`
## Building from source
After making changes, run `npm run build`
## Starting a development server
To start a development server, run `npm run serve`