diff --git a/README.md b/README.md index 141804e841..51d81b371c 100644 --- a/README.md +++ b/README.md @@ -10,28 +10,29 @@ [![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=cytopia&metric=alert_status)](https://sonarcloud.io/dashboard?id=cytopia) [![Coverage](https://sonarcloud.io/api/project_badges/measure?project=cytopia&metric=coverage)](https://sonarcloud.io/dashboard?id=cytopia) +Website/Forums - Cytopia.net -
+YouTube - Cytopia -
+Twitter - @CytopiaGame -
+Reddit - r/Cytopia -
+Discord - Cytopia -
+Patreon - Cytopia by Jimmy Snails -
+itch io - Cytopia -
+GitHub - Cytopia by CytopiaTeam -
-Cytopia is a free, open source retro pixel-art city building game with a big focus on mods. It’s based on a custom isometric rendering engine based on SDL2. - -Visit our Projects website at -Or our community page for Dev Blogs and our forum -Or follow us on twitter: - -Want to play Cytopia? We're live on itch.io: - - - +Cytopia is a free, open source retro pixel-art city building game with a big focus on mods. It utilizes a custom isometric rendering engine based on SDL2. Current Key Features: - Custom UI System, based on JSON. Highly moddable - SDL2 based rendering engine written in C++ - Camera panning, zooming, relocating - Terrain manipulation -- Pixel-art graphics made by Kingtut 101 and Pineapples Trix -- A Qt based tile editor for editing TileData JSON files. +- Procedural Terrain Generation +- Pixel-art graphics made by graphics team lead by Kingtut 101 +- An original soundtrack, ambient noises, and sound effects made mostly by MB22 +- A Qt based tile editor for editing TileData JSON files Planned features: -- Procedural Terrain Generation +- Biomes - OpenGL Renderer - Gameplay mechanics - In-Game Mod downloading mechanism diff --git a/ReleaseNotes.txt b/ReleaseNotes.txt index 939774bdb2..1ae6e51cce 100644 --- a/ReleaseNotes.txt +++ b/ReleaseNotes.txt @@ -1,8 +1,8 @@ ===Cytopia Changelog:=== v0.2 -- A new 32 bit version of Cytopia has been made for users with older machines -The new procedural terrain generation system can be used to make new maps with hills, lakes, oceans, and forests +- A new 32-bit version of Cytopia has been made for users with older machines +- The new procedural terrain generation system can be used to make new maps with hills, lakes, oceans, and forests - Roads can now be placed using our new linetool - The new tile variation system allows buildings to pick a random frame after being placed - The grass and water tiles have been updated with new textures and variations @@ -16,7 +16,8 @@ The new procedural terrain generation system can be used to make new maps with h - New music tracks by MB22 have been added to the game - There is now spatial 3D audio - There is now Audio playback and track switching -- Cytopia now has multilanguage support +- Cytopia now has multi-language support + v0.1.1 - Save / Load Game functionality (including ZLib compression)