diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 22 |
1 files changed, 20 insertions, 2 deletions
@@ -1,4 +1,22 @@ -super-polarity -============== +# Super Polarity A game about magnetic stuff! Sequel to polarity. + +# building + +Open each project on the appropriate platform (SuperPolarity -> Win +(VS2k13), SuperPolarityMac -> Mac(Xamarin Studio), SuperPolarityLinux -> +Linux (MonoDevelop)). The content project must be built in windows, so if +you need any content to process, use that version. + +This game requires the develop MonoGame. To do that just clone: +https://github.com/benbeltran/MonoGame or fork it and clone it from +there in case you want to patch MonoGame and submit pull requests to +either our fork or upstream. + +Just open the MonoGame.framework project for your platform and compile, +then add the resulting files as references in your project. + +# Some vague note about OpenAL + +You may want to install openAL |