You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Noëlle Anthony bbce7567f1 Factor out common utility functions into a package 5 years ago
src/util Factor out common utility functions into a package 5 years ago
LICENSE Initial commit 5 years ago
README.md Update README 5 years ago
ddchar.go Factor out common utility functions into a package 5 years ago
main.go Factor out common utility functions into a package 5 years ago

README.md

go-inchar

In Nomine and D&D character generators in Go

My first big project in any new language is a character generator. It involves an understanding of functions, data types, randomness, and user input and output, so it’s a good proof of language acquisition.

(The D&D character generator is here because I forgot which system I was coding for and decided to do both.)