Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yairchu/soul-arithmetic
An educational quiz-game touching the topics of racism and other isms/phobias
https://github.com/yairchu/soul-arithmetic
educational-game webapp
Last synced: 23 days ago
JSON representation
An educational quiz-game touching the topics of racism and other isms/phobias
- Host: GitHub
- URL: https://github.com/yairchu/soul-arithmetic
- Owner: yairchu
- Created: 2023-09-05T11:28:17.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-09-20T12:46:55.000Z (about 1 year ago)
- Last Synced: 2023-09-20T21:30:42.924Z (about 1 year ago)
- Topics: educational-game, webapp
- Language: TypeScript
- Homepage: https://soul-arithmetic.pages.dev
- Size: 99.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Soul arithmetic
An educational quiz-game touching the topics of racism and other isms/phobias.
At early development stages.
Help wanted! I'm not a web developer, ux or game designer, nor artist. Any assistance in creating this game would be very appreciated!
## Contributing
### Setting up local environment
This project is written with SvelteJS.
After installing `npm`, you'll need to
```bash
git clone https://github.com/yairchu/soul-arithmetic.git
cd soul-arithmetic
npm install
npm run dev -- --open
```