UNPKG

warriors-of-wrath

Version:

Warriors Of Wrath is a text-based fighting game where you can fight against a computer in single-player or someone else at your computer in local two-player.

6 lines (5 loc) 123 B
export const viewRoster = (roster) => { for (let i = 0; i < roster.length; i++) { roster[i].statSheet(); } };