Skip to content

philhoefer/Pixel-Art-Academy

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pixel Art Academy

An adventure game for learning to draw.

As explained in Lands of Illusions package repository, you have to create a settings file that points to where you have LOI server running.

You also need twitter and amazon services keys in there for Pixel Dailies modules and for artwork uploading to work. So the settings file for PAA should look like this:

{
  "amazonWebServices": {
    "accessKey": "enterhere",
    "secret": "enterhere"
  },
  "twitter": {
    "consumerKey": "enterhere",
    "secret": "enterhere"
  },
  "public": {
    "landsOfIllusionsUrl": "http://localhost.landsofillusions.world:3000"
  }
}

And then you run the server with a terminal script:

export MONGO_URL=mongodb://localhost.landsofillusions.world:3001/meteor
meteor run --port 3005 --settings /path/to/your/pixelartacademy-settings.json

About

An adventure game for learning to draw.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CoffeeScript 67.2%
  • HTML 19.3%
  • JavaScript 9.9%
  • CSS 3.6%