]>
Commit | Line | Data |
---|---|---|
1 | # Super Polarity | |
2 | ||
3 | A game about magnetic stuff! Sequel to polarity. | |
4 | ||
5 | # building | |
6 | ||
7 | Open each project on the appropriate platform (SuperPolarity -> Win | |
8 | (VS2k13), SuperPolarityMac -> Mac(Xamarin Studio), SuperPolarityLinux -> | |
9 | Linux (MonoDevelop)). The content project must be built in windows, so if | |
10 | you need any content to process, use that version. | |
11 | ||
12 | This game requires the develop MonoGame. To do that just clone: | |
13 | https://github.com/benbeltran/MonoGame or fork it and clone it from | |
14 | there in case you want to patch MonoGame and submit pull requests to | |
15 | either our fork or upstream. | |
16 | ||
17 | Just open the MonoGame.framework project for your platform and compile, | |
18 | then add the resulting files as references in your project. | |
19 | ||
20 | # Some vague note about OpenAL | |
21 | ||
22 | You may want to install openAL |