Skip to content

Instantly share code, notes, and snippets.

View chaseberry's full-sized avatar

Chase Berry chaseberry

View GitHub Profile

Classes

Roll Class
1 Artifacer
2 Cleric
3 Paladin
4 Druid
5 Bard
6 Sorcerer

Classes

Roll Class
1 Paladin
2 Wizard
3 Fighter
4 Barbarian
5 Rogue
6 Bard
7 Ranger

Classes

Roll Class
1 Paladin
2 Fighter
3 Barbarian
4 Druid
5 Wizard
6 Cleric
7 Ranger

Classes

Roll Class
1 Bard
2 Sorcerer
3 Artifacer
4 Paladin
5 Druid
6 Cleric
@chaseberry
chaseberry / KPoint.kt
Created December 22, 2016 04:01
KPoint
data class KPoint(var x: Int = 0, var y: Int = 0)
@chaseberry
chaseberry / JPoint.java
Last active December 22, 2016 04:03
JPoint
public class JPoint {
private int x = 0;
private int y = 0;
public JPoint() {
}

Keybase proof

I hereby claim:

  • I am chaseberry on github.
  • I am chaseberry (https://keybase.io/chaseberry) on keybase.
  • I have a public key whose fingerprint is 69E2 E79C C234 D15B F6E9 220B 99C5 4492 924F 9FFC

To claim this, I am signing this object: