A collection of information and things to play with, related to Call of Duty Black Ops 3 Zombies.
Developed with React as a static page/app; learning small React toolset & development pattern.
- Gobblegums
- Newton's Cookbook Recipes
- Trivia Quiz
- EE guides & helpers?
Gobblegums information, similar to Black Ops 3 menu.
- Daily recipes updates
- Full cookbook recipes history
- Find previous recipes for Gobblegums
- View recipes cycles
Quiz about zombies.
Question Types:
- Map trivia (Weapons, wallbuys, perk etc.)
- Sound trivia (similar to Dota2 Sound Quiz)
- EE trivia?
- Story trivia?
Clone repo, install NPM dependencies, develop with Webpack watch mode; or build as static page.
- Clone this repo.
- On repo root, run
npm install
to install NPM package dependecies. - Choose to develop with local webpack-dev-server & watch mode (live reload) ->
npm run watch
- Build as static webpage ->
npm run build