arikel / PPARPG

A panda3D implementation of the PARPG idea
14 stars 2 forks source link

No compilation instructions in the README #2

Open shirishag75 opened 12 years ago

shirishag75 commented 12 years ago

Hi all, There are no compilation instructions given in the README or anywhere else in the matter. Is it compilable or just early days yet ?

arikel commented 12 years ago

Hi, PPARPG is based on the Panda3D engine (that's what the first P stands for), and is written all in python. You don't have to compile anything, but you have to install the panda3D engine first. Then just run : python main.py It's very early days too, as far as development time spent is concerned, and there's not much to do in game yet (walk around, talk to NPCs that have nothing to say, and there's a start of a map editor accessible from in game with Ctrl+E).