Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wvbe/kreuz
Pet project, browser game or an attempt of it. Typescript, React, Three.js
https://github.com/wvbe/kreuz
a-star browser-game ecs game pet-project react typescript
Last synced: 7 days ago
JSON representation
Pet project, browser game or an attempt of it. Typescript, React, Three.js
- Host: GitHub
- URL: https://github.com/wvbe/kreuz
- Owner: wvbe
- License: other
- Created: 2021-05-29T20:16:57.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-04-15T12:50:12.000Z (10 months ago)
- Last Synced: 2024-11-26T13:23:05.828Z (2 months ago)
- Topics: a-star, browser-game, ecs, game, pet-project, react, typescript
- Language: TypeScript
- Homepage: https://wvbe.github.io/kreuz/
- Size: 24.6 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
![Weird banner](docs/banner.png)
This is a toy project that I've used as a learning platform over the years, meant for my entertainment
and hopefully yours one day.- [Online demo](https://wvbe.github.io/kreuz/)
- [Board](https://github.com/users/wvbe/projects/4/)
- [Milestones](https://github.com/wvbe/kreuz/milestones)### Scripts
```sh
# Run all tests
deno task test
``````sh
# Build a webpage, and watch for changes
deno task dev
``````sh
# Run a scenario in terminal
deno task cli scenarios/basement.ts
```### License
Although this code is open-sourced, it is not open-licensed. I probably would license it to you
if you [submit an issue for it](https://github.com/wvbe/kreuzzeug-im-nagelhosen/issues/new),
and probably won't if you don't.