Skip to content

dazmuda/game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is a Rails game I created during App Academy to solidify my understanding of the MVC framework. In the version I created, all the enemies were slimes (like from Dragon Quest) but you can make the enemies whatever you want!

  1. Clone this project onto your computer.

  2. In your terminal, change your directory to “game” and start the web server.

    <tt>cd game; rails server</tt> (run with --help for options)
  3. Go to localhost:3000/players and click the button to create a new character. I’m going to assume your playerID is 1 in the next few URLs.

  4. Ask a friend to come over and create new enemies for you to fight by visiting localhost:3000/players/1/mobs/new You will be able to fight these enemies using other player IDs, too.

  5. Now go back to localhost:3000/players and play the game as your character!

  • Images!

  • Random mob generation

About

fun little rails game modeled after DQ2

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors