This is a JavaScript implementation of the famous batzgame authored by Schmanu. All commands and texts are in German.
- Animations! (Also introduction the Batzgame Promod. Skips all animations.)
- Change background & text color.
- Save & load game.
- Settings preserved from session to session.
- React (Bootstrapped with create-react-app.)
- Semantic UI
- Terminal in React
- The holy trinity: Tests, Types & Documentation. 🤥
- Chapter 2
yarn build
will not work out-of-the box because a dependency of Terminal in React (camelcase) will not use ES5 in their package. One workaround is to manually transpile the index.js innode_modules\terminal-in-react\node_modules\camelcase
. This is so JS.