8 kyu
Grasshopper - Terminal Game #1
5,808 of 10,731danleavitt0
Description:
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 |
Fundamentals
Similar Kata:
Stats:
Created | Sep 3, 2015 |
Published | Sep 12, 2015 |
Warriors Trained | 17655 |
Total Skips | 590 |
Total Code Submissions | 45474 |
Total Times Completed | 10731 |
JavaScript Completions | 5808 |
Python Completions | 3810 |
Ruby Completions | 424 |
C# Completions | 678 |
Java Completions | 285 |
Total Stars | 163 |
% of votes with a positive feedback rating | 86% of 1712 |
Total "Very Satisfied" Votes | 1329 |
Total "Somewhat Satisfied" Votes | 289 |
Total "Not Satisfied" Votes | 94 |