Skip to content

Latest commit

 

History

History

grasshopper-terminal-game-number-1

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Terminal Game - Create Hero Prototype

In this first kata in the series, you need to define a Hero prototype to be used in a terminal game. The hero should have the following attributes:

attribute value
name user argument or 'Hero'
position '00'
health 100
damage 5
experience 0