Coder Social home page Coder Social logo

wanderer's People

Contributors

red-kangaroo avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

yegeniy

wanderer's Issues

Game freezes when Stiffening

Script terminated by timeout at:
tryMove@https://red-kangaroo.github.io/wanderer/:7582:5
moveCreatures@https://red-kangaroo.github.io/wanderer/:8155:13
moveUser@https://red-kangaroo.github.io/wanderer/:7562:6
document.onkeydown@https://red-kangaroo.github.io/wanderer/:8342:18

I got Stiffening and tried to move, then the game froze on some endless loop.

waiting after casting soaring leap staff causes page to become unresponsive

There may be an infinite loop in this while loop, but I couldn't figure out how x and y are assigned so I'm not sure:

wanderer/src/Wanderer.html

Lines 2473 to 2477 in bda66e1

while(inRangeCoords(userPos.x+x,userPos.y+y) && checkEmpty(userPos.x+x,userPos.y+y)){
userPos.x += x;
userPos.y += y;
leaped += 1;
}

image


By the way, excellent game! Thank you for the simple interface and limited input set. I've been looking for something like this to play around with training an AI player.

Non-breaking spaces broken on Firefox in Linux Mint

wander

I have found some old issues on Firefox forums about the browser sometimes replacing non-breaking spaces with normal spaces and then squashing them. Works OK on Firefox in Windows 10, so I have no idea what would be different on Linux.

In both cases, the Firefox is 74.0 (64-bit).

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.