Experimental game project based on React and antd.
Setup all dependencies: npm install
.
Then run: npm start
.
Open: http://localhost:3333
Enjoy!
Game features:
- Quest chains and narrative design
- Craft and loot system
- Special weapon and armor available for arena rank points
Tech stack improvements:
- Move dev-platform to
create-react-app
environment - Use
MongoDB
as a data storage - Move project to full-stack rails with
Node.js
andRESTFul
- Add unit-test tools and write some tests
Fixed critical issues (#5, #6, #7).
Improve reward system:
- items as a reward
- probability based on %-values
Remove mobx
and use Redux
instead
Release arena battle mechanic 🔪
Add mobx
support (store application state)
Remove bootstrap
and use antd
instead
Birthday 🎉