Skip to content

Instantly share code, notes, and snippets.

View FURRO404's full-sized avatar
💭
Probably making bloatware

NotSoToothless FURRO404

💭
Probably making bloatware
View GitHub Profile
@CWade3051
CWade3051 / charCreate.py
Created August 22, 2013 03:27
Character Creator Python Program
# Character Creator
# Write a Character Creator program for a role-playing game. The player should be given a pool of 30 points to spend
# on four attributes: Strength, Health, Wisdom, and Dexterity. The player should be able to spend points from the
# pool on any attribute and should also be able to take points from an attribute and put them back into the pool.
# import statements
import pickle