Skip to content

Instantly share code, notes, and snippets.

View rolemos's full-sized avatar

Rodrigo Lemos rolemos

View GitHub Profile
@rolemos
rolemos / geojson_worldmap.json
Last active May 27, 2021 20:15
Geojson world map
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@rolemos
rolemos / robot.js
Created December 4, 2012 13:08
[qx3] RoLemosRobot
//FightCode can only understand your robot
//if its class is called Robot
var Robot = function(robot) {
};
Robot.prototype.onIdle = function(ev) {
var robot = ev.robot;
robot.clone();