Giter Site home page Giter Site logo

jsrobot's Introduction

Reaal.me

This is my peronal website, I'm using Jekyll, I started with the Kiko theme and added my own touches.

jsrobot's People

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  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

jsrobot's Issues

robot.move() function problem?

When i use the move function it seems like the robot ignores all the others previous functions! I can't use the gun or jump the way i desire!

Infinite loops

Not saying prevent all infinite loops. But for the first level a while(true) loop to move forward to get to the flag should not crash the entire site.

I'd like to suggest something in place that either allows the coder to stop a run, or notices that you hit the flag, or that you havent changed your position in the last (X) moves.

Editor quirks

  • Ctrl+Z clears the editor
  • Ctrl-Arrow changes tab instead of jumping words

Plans/roadmap?

Hey that was good fun - do you have further plans?
There is some potential, but to allow implementing interesting behaviour it needs "environment awareness" (eg. what are the obstacles in front).

Help with Level 6

Dude, love this game! I'm trying to level up my codez and I've gone through 1-5 with at least two solutions for each, and made sure to get all the coins. Challenging! Love it!

BUT

I am stuck on level 6... for days now ... just a hint. Well, more of a hint than use the gun ...

I made it to the end without dying finally, but with only 4 coins ... and I guess you need them all to win this one? A little more documentation would be huge.

PLEASE. Thank you! :)

putting JS code in url query param - security risk

if you go to https://lab.reaal.me/jsrobot/#level=1, then press the restart button the url becomes https://lab.reaal.me/jsrobot/#level=1&code=function init(robot){%0A // your code here%0A}%0A%0Afunction loop(robot){%0A // your code here%0A}%0A, you shouldnt be taking a string from a query parameter and parsing it into JS that a user can execute but clicking apply on the script page.

https://lab.reaal.me/jsrobot/#level=1&code=function init(robot){%0A alert('attack')%0A}%0A%0Afunction loop(robot){%0A // your code here%0A}%0A i could send this to someone and inject JS into their page when they press apply. Yes, it may take a stupid person to not realize this before clicking the apply button, but its better to assume all users are stupid. This should be fixed.

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.