diff --git a/ChangeLog.md b/ChangeLog.md new file mode 100644 index 0000000..3b8b041 --- /dev/null +++ b/ChangeLog.md @@ -0,0 +1,9 @@ +# Change Log + +## 0.900.3 + +- Bumped version from 0.9.2 to 0.900.3 +- Renamed CityMax to CityLimits + - Now open source + - Bumped nerd cred +- Rewrote about screen \ No newline at end of file diff --git a/README.md b/README.md index caf30ed..0642406 100644 --- a/README.md +++ b/README.md @@ -1,24 +1,22 @@ -Linux-Tycoon-DOS -================ +# Distro Tycoon Classic -Linux Tycoon for DOS +Based on Bryan Lunduke's [Linux Tycoon for DOS](https://github.com/BryanLunduke/Linux-Tycoon-DOS), Distro Tycoon Classic intends to tweak and expand upon the game to understand building a tycoon game. -Licensing: Linux Tycoon is licensed under the GPLv2 license. +## Change Log + +To view recent changes, see [ChangeLog.md](./ChangeLog.md) + +## Building + +- DOSBox +- Visual Basic for DOS 1.x + +## Credits + +- Original Author: Bryan Lunduke +- Maintainer: Tony Bark +## License -Copyright (C) 2013 Bryan Lunduke - -This program is free software; you can redistribute it and/or -modify it under the terms of the GNU General Public License -as published by the Free Software Foundation; either version 2 -of the License, or (at your option) any later version. - -This program is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -GNU General Public License for more details. - -You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. \ No newline at end of file +I license this project under the GPL-2.0 license - see [LICENSE](./LICENSE) for details. \ No newline at end of file diff --git a/Source/ABOUT.FRM b/Source/ABOUT.FRM index 0ef70c8..35ab761 100644 Binary files a/Source/ABOUT.FRM and b/Source/ABOUT.FRM differ diff --git a/Source/LINUXT.MAK b/Source/LINUXT.MAK index c43a37d..2d7cada 100644 --- a/Source/LINUXT.MAK +++ b/Source/LINUXT.MAK @@ -1,4 +1,4 @@ -MAIN.BAS -GAME.FRM -PACK.FRM -ABOUT.FRM +MAIN.BAS +GAME.FRM +PACK.FRM +ABOUT.FRM diff --git a/Source/MAIN.BAS b/Source/MAIN.BAS index 9b64c8c..ebe1c7b 100644 --- a/Source/MAIN.BAS +++ b/Source/MAIN.BAS @@ -221,14 +221,14 @@ SUB BuildDistroList () AllPackages(14).isOpenSource = 1 AllPackages(14).TypeOfSoftware = kTypeGame - AllPackages(15).Name = "CityMax" + AllPackages(15).Name = "CityLimits" AllPackages(15).Bugs = 2 AllPackages(15).Description = "Design and run a very fancy city." - AllPackages(15).NerdCred = 0 + AllPackages(15).NerdCred = 3 AllPackages(15).Popularity = 15 AllPackages(15).SizeInMB = 120 AllPackages(15).Version = 1 - AllPackages(15).isOpenSource = 0 + AllPackages(15).isOpenSource = 1 AllPackages(15).TypeOfSoftware = kTypeGame AllPackages(16).Name = "CoutTrainer"