ucsb-cs56-projects / cs56-games-simple-rpg

-
1 stars 6 forks source link

Add a GUI #2

Closed bronhuston closed 7 years ago

bronhuston commented 10 years ago

Depends #1 Implement a GUI version of the command line game.

Currently, there is only a Command line version of the game and a non functional gui.

Turn the command line version of the game into a functional GUI version.

estimated ~400

vivekpatel42 commented 9 years ago

Added working GUI. Level 1 is now a coherently drawn map. MainCharacter now has a stick figure representation that moves (within bounding box and grass area) according to arrow key input by user. Status bar is drawn according to MainCharacter's HP, MP, and EXP. "Go to shop" button added, which, upon click, opens up a new window that represents the shop and the items available with a "Buy" button.

PazZaitGivon commented 9 years ago

Still does not include enemies or gold but fairly solid upgrading from here should still be worth around 200 points

vivekpatel42 commented 8 years ago

Student branch wasn't merged into master, GUI work not integrated.

vivekpatel42 commented 8 years ago

F16 OK (400 pts)

steve-fields commented 7 years ago

Moving continued work to seperate issue since GUI is created F17 CLOSED