Skip to content

Instantly share code, notes, and snippets.

View aggrolite's full-sized avatar
:shipit:
coding!

Curtis Brandt aggrolite

:shipit:
coding!
View GitHub Profile
@aggrolite
aggrolite / redditbot.md
Last active April 19, 2026 19:25
Writing a reddit bot with Go and OAuth2
@aggrolite
aggrolite / tank.cs
Created September 5, 2017 15:51
unity tank control
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
public class TankControl : MonoBehaviour {
public float walkSpeed;
public float rotateSpeed;
private CharacterController controller;
// Use this for initialization