GithubHelp home page GithubHelp logo

neki-dev / izowave Goto Github PK

View Code? Open in Web Editor NEW
109.0 2.0 29.0 21.86 MB

๐ŸŽฒ Isometric game. Build and defend in open world

Home Page: https://izowave.neki.guru

License: GNU General Public License v3.0

CSS 0.17% HTML 0.19% TypeScript 99.10% JavaScript 0.54%
game isometric phaser open-world build defense strategy

izowave's Introduction

๐ŸŸจ After version 1.18.5, development has been moved to the private repository.

IZOWAVE

Your task is to survive on chosen planet as many waves as possible. With each wave count of enemies and their characteristics will grow. Build walls to defend, towers to attack, ammunitions to reload towers and generators to get more resources.And also upgrade skills of your character and his assistant.

.

Preview 1

Preview 2 Preview 3 Preview 4 Preview 4

izowave's People

Contributors

jhabjanmxp avatar josephvoxone avatar neki-dev avatar

Stargazers

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

Watchers

 avatar  avatar

izowave's Issues

Error on laser tower shooting

Error

Cannot read properties of undefined (reading 'game')

Trace

TypeError: Cannot read properties of undefined (reading 'game')
    at wy.hit (https://izowave.neki.guru/index-daaeb379.js:6852:44309)
    at wy.processing (https://izowave.neki.guru/index-daaeb379.js:6852:44818)
    at wy.update (https://izowave.neki.guru/index-daaeb379.js:6852:43723)
    at initialize.preUpdate (https://izowave.neki.guru/index-daaeb379.js:1516:3679)
    at initialize.sceneUpdate (https://izowave.neki.guru/index-daaeb379.js:1144:572)
    at initialize.s.emit (https://izowave.neki.guru/index-daaeb379.js:1:6506)
    at initialize.step (https://izowave.neki.guru/index-daaeb379.js:4964:785)
    at initialize.update (https://izowave.neki.guru/index-daaeb379.js:4951:3257)
    at tS.step (https://izowave.neki.guru/index-daaeb379.js:466:1766)
    at initialize.step (https://izowave.neki.guru/index-daaeb379.js:470:2714)

Error on fire tower shooting

Error

Cannot read properties of undefined (reading 'getEntities')

Trace

TypeError: Cannot read properties of undefined (reading 'getEntities')
    at ep.hit (https://izowave.neki.guru/index-1d70ed4d.js:6825:6717)
    at Function.<anonymous> (https://izowave.neki.guru/index-1d70ed4d.js:6825:5481)
    at initialize.collideSpriteVsSprite (https://izowave.neki.guru/index-1d70ed4d.js:4247:11234)
    at initialize.collideHandler (https://izowave.neki.guru/index-1d70ed4d.js:4247:10557)
    at initialize.collideObjects (https://izowave.neki.guru/index-1d70ed4d.js:4247:10035)
    at initialize.update (https://izowave.neki.guru/index-1d70ed4d.js:4203:297)
    at initialize.update (https://izowave.neki.guru/index-1d70ed4d.js:4247:4586)
    at s.emit (https://izowave.neki.guru/index-1d70ed4d.js:1:6506)
    at initialize.step (https://izowave.neki.guru/index-1d70ed4d.js:4964:785)
    at initialize.update (https://izowave.neki.guru/index-1d70ed4d.js:4951:3257)

Error on using building control

Trace 1

TypeError: Cannot read properties of undefined (reading 'player')
    at pu.repair (https://izowave.neki.guru/index-daaeb379.js:6852:21823)
    at Object.onClick (https://izowave.neki.guru/index-daaeb379.js:6852:20171)
    at HTMLDivElement.z (https://izowave.neki.guru/index-daaeb379.js:7578:79)

Trace 2

TypeError: Cannot read properties of undefined (reading 'wave')
    at cu.upgrade (https://izowave.neki.guru/index-d6cd8a4b.js:6824:20274)
    at Object.onClick (https://izowave.neki.guru/index-d6cd8a4b.js:6824:19287)
    at HTMLDivElement.W (https://izowave.neki.guru/index-d6cd8a4b.js:7533:79)

How did you build out the isometric world/scene?

Hey! This is a cool project, I'm just getting started with Phaser and am trying to build an isometric scene for a game of mine.

Found a link to this from phaserjs/phaser#6215

I'm browsing through your code, but am struggling to figure out how/where you are building the iso scene out, would you be so kind as to link me to files I should read through to better understand how this works? Or if you have a long-form description of hw you went about this, I would love to read it!

Thanks ^_^

Error on building upgrade

Error

Cannot read properties of undefined (reading 'wave')

Trace

TypeError: Cannot read properties of undefined (reading 'wave')
    at cu.upgrade (https://izowave.neki.guru/index-d6cd8a4b.js:6824:20274)
    at Object.onClick (https://izowave.neki.guru/index-d6cd8a4b.js:6824:19287)
    at HTMLDivElement.W (https://izowave.neki.guru/index-d6cd8a4b.js:7533:79)

Time left stops

The timer stops some time after the game starts.
Maybe problem with CORS policy settings?

Screenshot:

Error on Phaser animation play

Error

Cannot read properties of undefined (reading 'duration')

Trace

TypeError: Cannot read properties of undefined (reading 'duration')
    at initialize.getFirstTick (https://izowave.neki.guru/index-21d3515c.js:222:1656)
    at initialize.startAnimation (https://izowave.neki.guru/index-21d3515c.js:234:3726)
    at initialize.play (https://izowave.neki.guru/index-21d3515c.js:234:3315)
    at PT.setMovementAngle (https://izowave.neki.guru/index-21d3515c.js:7668:28290)

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.