Skip to content

Instantly share code, notes, and snippets.

View zachiPL's full-sized avatar

Szymon Zachara zachiPL

  • Awaken Realms
  • Wrocław, Poland
View GitHub Profile
@zachiPL
zachiPL / RadialLayout.cs
Last active September 19, 2015 18:07 — forked from DGoodayle/RadialLayout.cs
Radial Layouts in Unity
using UnityEngine;
using UnityEngine.UI;
/*
Radial Layout Group by Just a Pixel (Danny Goodayle) - http://www.justapixel.co.uk
Copyright (c) 2015
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
@zachiPL
zachiPL / robot.js
Created December 10, 2012 13:48 — forked from PycKamil/robot.js
Pyciu Tank
//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();