Difference between revisions of "Main Page"

From RPGWNN
Jump to: navigation, search
(Updated with info from the old webpage)
(Legacy Materials: github link edit)
 
(12 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 +
==Latest News==
 +
 +
=== July 2016 ===
 +
 +
We've switched back to Perl and are now using [http://www.catalystframework.org Catalyst] as the underlying framework. It requires a lot of extra Perl modules, but these can be installed quite easily even if you don't have root access (in fact, it's recommended not to install them system-wide).
 +
 +
== Older News ==
 +
 +
We switched briefly to developing the framework in Python, all original Perl materials are available at the bottom of this page.
 +
 
==Contents==
 
==Contents==
  
* [[Installation]] - how to install the framework
+
* [https://github.com/reanimatedprojects/rpgcat/blob/master/README.md Installation] - how to install the RPGCat (Perl/Catalyst) framework
 
* [[Tasks]] - all the things that need to be done
 
* [[Tasks]] - all the things that need to be done
 
* [[BRPG]] - Basic RPG. This is the demo game we're aiming to bundle with the framework for people to experiment with
 
* [[BRPG]] - Basic RPG. This is the demo game we're aiming to bundle with the framework for people to experiment with
  
==Contact==
+
==Resources==
  
Find or contact us via any of the following:
+
Find RPGWNN at any of the following:
* GitHub with framework source at https://github.com/rpgwnn/framework
+
 
 +
* You can ask questions on Discord [https://discord.gg/MeSscUG in #public]
 +
* GitHub - [https://github.com/reanimatedprojects/ Reanimated Projects and Games organisation]
 +
* the experimental Python framework source at [https://github.com/reanimatedprojects/pyrpgwnn GitHub]
 +
* [https://trello.com/b/n1LWFgdc/framework To-do list at trello.com]
 
* Twitter [https://twitter.com/rpgwnn/ @rpgwnn]
 
* Twitter [https://twitter.com/rpgwnn/ @rpgwnn]
 +
 +
Company links:
 +
 
* [https://www.facebook.com/pages/Reanimated-Projects-and-Games-Ltd/393365607356361 Facebook]
 
* [https://www.facebook.com/pages/Reanimated-Projects-and-Games-Ltd/393365607356361 Facebook]
 +
* https://www.reanimated.co.uk/
 +
 +
==Legacy Materials==
  
You can also ask questions on IRC at [irc://irc.freenode.net/rpgwnn irc.freenode.net channel #rpgwnn]
+
* [[Installation]] - Old framework install instructions
 +
* Old Perl source available at https://github.com/reanimatedprojects/framework

Latest revision as of 16:38, 8 April 2018

Latest News

July 2016

We've switched back to Perl and are now using Catalyst as the underlying framework. It requires a lot of extra Perl modules, but these can be installed quite easily even if you don't have root access (in fact, it's recommended not to install them system-wide).

Older News

We switched briefly to developing the framework in Python, all original Perl materials are available at the bottom of this page.

Contents

  • Installation - how to install the RPGCat (Perl/Catalyst) framework
  • Tasks - all the things that need to be done
  • BRPG - Basic RPG. This is the demo game we're aiming to bundle with the framework for people to experiment with

Resources

Find RPGWNN at any of the following:

Company links:

Legacy Materials