https://github.com/yehzhang/danmakucraft2
Wandering in a borderless world of text.
https://github.com/yehzhang/danmakucraft2
agpl game game-2d html5 mmorpg pixi pixijs react redux reselect sandbox topdown typescript
Last synced: 6 months ago
JSON representation
Wandering in a borderless world of text.
- Host: GitHub
- URL: https://github.com/yehzhang/danmakucraft2
- Owner: yehzhang
- License: agpl-3.0
- Created: 2017-11-04T23:17:12.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2021-03-10T02:53:35.000Z (over 4 years ago)
- Last Synced: 2025-04-12T22:52:35.785Z (6 months ago)
- Topics: agpl, game, game-2d, html5, mmorpg, pixi, pixijs, react, redux, reselect, sandbox, topdown, typescript
- Language: TypeScript
- Homepage: https://danmakucraft.com
- Size: 19.1 MB
- Stars: 11
- Watchers: 2
- Forks: 3
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# DanmakuCraft 2
A new world to come...
## Changelog
### 1.5
- Added user sign up and sign in.
### 1.4
- Migrated website and static files to Parse Server. DanmakuCraft 2 is now fully server-less.
- SEO for i18n.
- Supported monitoring of client side errors.
- Optimized for bundle size.
- Increased browser coverage with polyfill.### 1.3
- Migrated database and server controllers to Parse Server.
- Improved stability when embedded on Bilibili.
- DevOps: migrated from TSLint to ESLint.### 1.2
- Migrated client side tech stack from Phaser to React & PIXI.
- Fixed blurry comment by doubling canvas resolution.
- Simplified client-server interaction.