Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 370 Bytes

File metadata and controls

14 lines (8 loc) · 370 Bytes

cc3k

Rogue like game for the command line.

Written in C+ and made for Unix and windows with seperate verisons for each.

Commands to play:

Commands are executed through typing the type of command Move (m), Use (u) or Attack (a) followed by a direction.

Directions are: n, s, e, w, ne, nw, se, sw

Example to move east: m e
Example to atack south: a s