Reputation: 20130
I'm getting some problem in understanding playN project, can someone explain how to create a playN project or point me to a link that has enough documentation. I've used the playN samples. its really confusing. Does someone has a link that has proper documentation for playN??
Upvotes: 0
Views: 291
Reputation: 1856
Here a good guide:
http://www.thescreencast.com/2012/01/getting-started-with-playn-cross.html
http://www.thescreencast.com/2012/01/part-i-has-shown-how-to-install-and-use.html
And a better one which i used:
http://www.gamefromscratch.com/?tag=/PlayN
Updated: installation Guide
http://www.gamefromscratch.com/post/2011/11/06/GFS-PlayN-Installer%E2%80%93Super-detailed-installation-instructions.aspx
http://www.gamefromscratch.com/post/2011/10/13/Getting-started-with-PlayN.aspx
And here the PlayN automated installer!
http://www.gamefromscratch.com/downloads/PlayN/GFSPlaynInstaller.zip
Now just Extract the zip file to any folder ( make sure you extract though, do not run from the zip ) and run Install.cmd
Now it is simply a matter of answering a couple Yes/No questions, and (optionally) point the installer at your JDK folder and telling it where you want PlayN to be installed. Except the gotcha… read about that below before running the install!
Guide
Upvotes: 0
Reputation: 9100
I beleive it is possible to create new playn projects based on this guide: http://code.google.com/p/playn/wiki/GettingStarted#Creating_a_new_project
Also, this is a related question: Unable to create skeleton PlayN project in Eclipse
Upvotes: 2