Code Monkey home page Code Monkey logo

canvassa's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

canvassa's Issues

Predefined items on the map keep re-appearing

need to permanently remove predefined items from the map when picked up (e.g. the wooden sword on the start screen -- grab it, leave the screen, then come back: it's there again!)

Fix fairy movement

When a dying monster leaves behind a fairy, it immediately flies southeast and off the screen.

Fix Peahat AI

peahats currently move very erratically, and much too fast

[Game] Fix projectile management

  • (I'm not keeping track of them correctly, especially the sword)
  • ideally, instead of player.projectile = {}, we should have something like this:
    player.swordProj = {};
    player.itemProjs = [];
    loc.InventoryItem.maxProj = 1;
    player.getProjsOfType()
    loc.InventoryItem.getProj() = {
    if(len(player.getProjsOfType(this.declaredClass)) < this.maxProj) {
    // get proj
    } else {
    return Null;
    }
    }

Gameover/continue is broken

Background music isn't stopping, and when you try to continue, it briefly flashes you back to the screen where you died, and then returns to the "continue..." screen

Fix monster HP

None of the monster classes are overriding the default HP value of 1.
Correct values are in notes.txt

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.