JacobDeming / CombatRPG

Tavern Tussle puzzle game where you must defeat three characters using your single character.
0 stars 0 forks source link

Homework Week 4 #1

Open ptums opened 8 years ago

ptums commented 8 years ago

Hi Jacob,

Awesome job on the game everything worked perfectly! In addition I found the game to very creative... what game are those characters from?

Peter

JacobDeming commented 8 years ago

They are from the original Final Fantasy for the NES. Glad that you found the game fun, spent forever making sure everything was balanced to be difficult and yet interesting enough to keep trying when you lose.

ptums commented 8 years ago

Nice! Good job on the code your organized code resembles MVC concepts which is a pretty advanced concept in programming. The only thing I would do is bring all your javascript code into a javascript file and link to that file. Also the styling at the bottom should be at the top. Its good practice to have all css in the head and all js being linked to at the bottom before the closing tag. Arranging your code this way makes it easier for the page to load.