phreaknation Posted March 15, 2014 Share Posted March 15, 2014 jRPG Engine is developed for the sole reason to allow for quick development of old school Japanese role playing games using javascript and various other technologies. It is also MIT licensed which is attached to the bottom. That means jRPGe is free to be modified, and distributed free of charge. I only ask that if you create modules or make some changes to contribute to the evolution of the engine. You do not have to of course. Everything you need in one place. Quote Link to comment Share on other sites More sharing options...
TheSisb Posted March 24, 2014 Share Posted March 24, 2014 I don't see a Github link. Would be easier to see if I can help out by viewing your code and how well it is laid out / documented. Quote Link to comment Share on other sites More sharing options...
phreaknation Posted March 24, 2014 Author Share Posted March 24, 2014 I don't see a Github link. Would be easier to see if I can help out by viewing your code and how well it is laid out / documented. Currently it is under heavy change to the initial source. Right now I am converting it from javascript to coffeescript which I am usilg node with gulp to build down to js and have gulp watching it to compile it down to source. to be used. I am currently setting up a modules system so that every piece is used independently with some req modules for certain things. Some kinks here and there, but it is on bitbucket atm in a private repo as its a pretty mangled source but getting ironed out. I say by the end of the week I should have a repo on github. Nothing is secret just I do not like displaying my ugly code till its decent and commented which it is not but it is written in a way where commenting will not be necessary as it will read properly versus be abstract since it will be minified. Do not need comments if you right proper code which is (almost) human readable. I can throw it up on Wednesday at the earliest. Quote Link to comment Share on other sites More sharing options...
phreaknation Posted March 25, 2014 Author Share Posted March 25, 2014 I have now attached the strip down source code. I will be adding in the converted code as i go along. Quote Link to comment Share on other sites More sharing options...
phreaknation Posted March 30, 2014 Author Share Posted March 30, 2014 Major update with the engine. Half way converted over to CoffeeScript just need to add in old code as the scaffolding has been set. Also setup coffeescript with gulp so that it can be instantly coded and reflected changes in less then two seconds with watching. Process:Edit CoffeeScript > Compiles to JavaScript > Minifies and Exports to locations View on github Quote Link to comment Share on other sites More sharing options...
phreaknation Posted April 5, 2014 Author Share Posted April 5, 2014 New website for getting updates and details on jRPGe Quote Link to comment Share on other sites More sharing options...
phreaknation Posted April 12, 2014 Author Share Posted April 12, 2014 !!!Major Updates!!! First off the CoffeeScript conversion is like 90% finished and the majority of the Function Prototype is rewritten and improved on dramatically as things are now modularized. Moving on to things checked off the list. Link to everything is at the bottom of this post as well as in the op Items FinishedEntity.PCEntity.PC:CollisionDetectionEntity.PC:SprintingEntity.PC:StepCountingIO:KeyboardManager:PhraseManager:RegistryManager:ResourceScene:IntroScene:World:MapScene:World:Map:ScrollingScene:World:Map:Background:StaticSetup:CanvasUI:Messages:InformationalUtilities:ConvertUtilities:Debugging This is a LOT in just a few days. Here is sort of a road map even though I do not always pay attention to it but at least you can get the idea of the direction I am headed over the course of the next month. These are sorted in the order of priorities. Focus:Manager:AudioManager:EventManager:Event:GlobalManager:Event:Triggered Future:NPC:BasicUI:Messages:ChatUI:Menu:GameScene:World:BattleUI:Menu:Battle Everything you need in one place. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.