Giter VIP home page Giter VIP logo

zomboidchecklist's Introduction

ZomboidChecklist

Browser-based survival checklist for the game Project Zomboid.

This is based on a printable checklist posted by Qloos on the Steam Forums. The original forum thread is here: http://steamcommunity.com/app/108600/discussions/0/648811852429348177

How to Use the Checklist

There are a couple of ways you can use this checklist:

  1. Download the package and host it on a server somewhere.
  2. Download the package and open index.html in your modern browser of choice.
  • Note: This checklist uses HTML5 localStorage to save your changes. Some browsers may not be okay with using localStorage from a file:/// uri. In my tests, this was only true with Internet Explorer, but I only tested on IE9. The most recent versions of Chrome and Firefox appeared to work just fine.

Development

Feel free to clone this repo and submit pull requests at will. I probably won't be doing much more dev work on this myself, but will be happy to merge in any fixes.

The code isn't the prettiest in the world, but here's the basic idea:

  • The meat of the app is in the js/app folder. The app uses a barebones AMD implementation to keep things separated into modules. No asynchronous loading here. The module scripts still need to be included on the page.
  • Knockout is used for two-way databinding and templating.
  • If all you want to do is add checklists or checklist items, the data defaults can be found in js/app/data.js.

Hack away and let me know if you have any questions.

zomboidchecklist's People

Contributors

greeze avatar thecryptek avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar

zomboidchecklist's Issues

Issues with marking items checked in certain categories

There appear to be issues with marking some items as checked in certain categories. Didn't investigate further but seems to be related to items which exist in multiple categories with the same name/label.

Reproduction

  • Attempt to tick "Empty Sand Bags" under "Farming: Tools". Item with the same name gets ticked under "Baggages" instead.
  • Attempt to tick "Bowls" under "Water Storage". Item with the same name gets ticked under "Cooking Utensils" instead.
  • Attempt to tick "Cooking Pots" under "Water Storage". Item with the same name gets ticked under "Cooking Utensils" instead.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.