| Home | Let's Build an RPG! | Deconstructing B/X D&D | Adventure Generator! | B/X D&D Character Generator | Various Java | Contact |
This shows you the differences between two versions of the page.
|
rustybox:book:010_a_simple_combat_loop [2012/09/26 11:42] leaf |
rustybox:book:010_a_simple_combat_loop [2012/09/28 09:13] (current) leaf |
||
|---|---|---|---|
| Line 133: | Line 133: | ||
| The code is fairly straightforward and commented, so here is a wall o' text! Hold onto your hat!! | The code is fairly straightforward and commented, so here is a wall o' text! Hold onto your hat!! | ||
| + | |||
| + | FIXME We forgot to comment rollInitiative()...... | ||
| <code=java>package net.dizzydragon.rustybox; | <code=java>package net.dizzydragon.rustybox; | ||