Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

README.md 593B

il y a 5 ans
il y a 5 ans
il y a 5 ans
il y a 5 ans
12345678
  1. # go-inchar
  2. [In Nomine](http://www.sjgames.com/in-nomine) and D&D character generators in [Go](https://golang.org/)
  3. 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.
  4. (The D&D character generator is here because I forgot which system I was coding for and decided to do both.)
  5. Make sure the files in `src/util` are somewhere your Go compiler can find them, either by relocating the files or by adding their directory to your `$GOPATH`.