All Projects → Tharos → RPG

Tharos / RPG

Licence: MIT license
Example of trivial RPG game core based on Nette Framework and Kdyby\Doctrine library. It is meant to be used for study purposes.

Programming Languages

PHP
23972 projects - #3 most used programming language
CSS
56736 projects
HTML
75241 projects
ApacheConf
554 projects

RPG example

This repository contains an example of trivial RPG game core based on Nette Framework and Kdyby\Doctrine libraries. It is meant to be used for study purposes.

See this post for motivation.

RPG


In order to get the application running please:

  1. Clone this repository into some empty directory
  2. Run composer install in that directory
  3. Create an empty MySQL database and run /_resources/schema.sql and /_resources/data.sql script on it
  4. Copy /config/config.local.sample.neon to /config/config.local.neon
  5. Update database connection settings in /config/config.local.neon
  6. Make sure that the web server can write into directories /log and /temp

And that's all. Now you can use "entry point" http://localhost/<pathToApplication>/www/

If you want to switch the application into a dev mode, please place empty file named dev into /app/config directory.

Requirements

Application requires PHP 5.5 or newer and MySQL 5 or newer. It is intended for running on Apache or Nginx server.

License

MIT

Copyright (c) 2015 Vojtěch Kohout (aka Tharos)

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].