Skip to content

dekarrin/yuuki-jrpg

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

yuuki-jrpg

An NDSU project to create a JRPG from scratch.

Yuuki is an attempt to fully create every aspect of a Japanese-style RPG from the ground up. It was started as a course project for an introductory computer science class at North Dakota State University in late September of 2012. Once the assignment was finished, the developers decided to continue working on the project.

Testing

The fastest way to test Yuuki is to go the project website at http://dekarrin.github.com/yuuki-jrpg and download one of the binaries.

To build a stable commit manually, you can execute ant dist-jar at the project root. All tags in this project should be suitable for testing in this manner. If, for some reason, a tag is not testable in this manner, you may have to attempt to manually build the code and debug any problems you find.

To build the project code into a directory rather than a JAR file, execute ant all at the project's root. The code will be compiled to dist/bin. Execute the main class yuuki.Engine to run the program. You must include dist/lib/mp3plugin.jar and dist/bin/ in your classpath when executing the main class manually.

Attribution

Yuuki Asset Credits:

  • bgm/insidia.mp3: Aaron Krogh - CC-BY-3.0 Unported
  • bgm/worldmap.mp3: Aaron Krogh - CC-BY-3.0 Unported
  • bgm/treacherousslopes.mp3: Aaron Krogh - CC-BY-3.0 Unported
  • sfx/strike.mp3: thecluegeek - CC-BY-3.0 Unported
  • sfx/strike.mp3: Ekokubza123 - CC-0-1.0 Universal
  • sfx/strike.mp3: zimbot - CC-BY-3.0 Unported
  • sfx/strike.mp3: hazure - CC-BY-3.0 Unported
  • images/joshua_tree.jpg: steveberardi - CC-BY-SA-2.0 Generic
  • Other sounds used from http://www.freesfx.co.uk

Artist Home Pages:

Abbreviations:

  • CC - Creative Commons
  • BY - Attribution
  • SA - ShareAlike
  • 0 - CC0; Public Domain Dedication

About

An NDSU project to create a JRPG from scratch

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages