Skip to content

Instantly share code, notes, and snippets.

View lyze237's full-sized avatar
🦉
Hoot <3

Lyze lyze237

🦉
Hoot <3
View GitHub Profile
@lyze237
lyze237 / Logo.png
Last active July 3, 2020 08:20
Logo
Logo.png
@lyze237
lyze237 / Projectile.java
Last active August 2, 2020 19:18
Ball/Projectile/Nades/... reflection/bounce off walls
package dev.lyze.reflection;
import com.badlogic.gdx.math.Vector2;
public class Projectile {
private Vector2 pos;
private Vector2 dir;
public Projectile(Vector2 pos, Vector2 dir) {
this.pos = pos;
@lyze237
lyze237 / organizations.md
Last active March 25, 2021 15:38
Check out my organizations for more!