mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2024-11-14 15:09:42 +01:00
Update README.md
- Added a logo - Cleaned up the description, answering the number one question I get asked about the source code - Added link to the discord to direct potential contributors to - Updated credits - fixed some links in the credits (Magnus' site is currently down, but this is temporary)
This commit is contained in:
parent
c7ccc769af
commit
68359c64d2
1 changed files with 9 additions and 11 deletions
20
README.md
20
README.md
|
@ -1,22 +1,20 @@
|
||||||
This is the source code to VVVVVV, version 2.0+. For more context about this release, see the [announcement](http://distractionware.com/blog/2020/01/vvvvvv-is-now-open-source/) on Terry's blog!
|
![logo](logo.gif "VVVVVV")
|
||||||
|
|
||||||
License
|
This is the source code to VVVVVV, the 2010 indie game by [Terry Cavanagh](http://distractionware.com/), with music by [Magnus Pålsson](http://souleye.madtracker.net/). You can read the [announcement](http://distractionware.com/blog/2020/01/vvvvvv-is-now-open-source/) of the source code release on Terry's blog!
|
||||||
-------
|
|
||||||
VVVVVV's source code is made available under a custom license. See [LICENSE.md](LICENSE.md) for more details.
|
|
||||||
|
|
||||||
In general, if you're interested in creating something that falls outside the license terms, get in touch with Terry and we'll talk about it!
|
VVVVVV is still commerically available at [thelettervsixtim.es](https://thelettervsixtim.es/) if you'd like to support it, but you are completely free to compile the game for your own personal use. If you're interested in distributing a compiled version of the game, see [LICENSE.md](LICENSE.md) for more information.
|
||||||
|
|
||||||
Authors
|
Discussion about VVVVVV updates mainly happens on the "unofficial" [VVVVVV discord](https://discord.gg/Zf7Nzea), in the `vvvvvv-code` channel.
|
||||||
|
|
||||||
|
Credits
|
||||||
-------
|
-------
|
||||||
- Created by [Terry Cavanagh](http://distractionware.com/)
|
- Created by [Terry Cavanagh](http://distractionware.com/)
|
||||||
- Room Names by [Bennett Foddy](http://www.foddy.net)
|
- Room Names by [Bennett Foddy](http://www.foddy.net)
|
||||||
- Music by [Magnus Pålsson](http://souleye.madtracker.net/)
|
- Music by [Magnus Pålsson](https://magnuspalsson.com/)
|
||||||
- Metal Soundtrack by [FamilyJules](https://link.space/@familyjules)
|
- Metal Soundtrack by [FamilyJules](https://link.space/@familyjules)
|
||||||
- 2.0 Update (C++ Port) by [Simon Roth](http://www.machinestudios.co.uk)
|
- 2.0 Update (C++ Port) by [Simon Roth](http://www.machinestudios.co.uk)
|
||||||
- 2.2 Update (SDL2/PhysicsFS/Steamworks port) by [Ethan Lee](http://www.flibitijibibo.com/)
|
- 2.2 Update (SDL2/PhysicsFS/Steamworks port) by [Ethan Lee](http://www.flibitijibibo.com/)
|
||||||
|
- Additional coding by [Misa Kai](https://infoteddy.info/)
|
||||||
- Beta Testing by Sam Kaplan and Pauli Kohberger
|
- Beta Testing by Sam Kaplan and Pauli Kohberger
|
||||||
- Ending Picture by Pauli Kohberger
|
- Ending Picture by Pauli Kohberger
|
||||||
|
- With additional contributions by [many others here on github](desktop_version/CONTRIBUTORS.txt) <3
|
||||||
Versions
|
|
||||||
------------
|
|
||||||
There are two versions of the VVVVVV source code available - the [desktop version](https://github.com/TerryCavanagh/VVVVVV/tree/master/desktop_version) (based on the C++ port, and currently live on Steam), and the [mobile version](https://github.com/TerryCavanagh/VVVVVV/tree/master/mobile_version) (based on a fork of the original flash source code, and currently live on iOS and Android).
|
|
||||||
|
|
Loading…
Reference in a new issue