Distro Tycoon Classic
- Added change log - Rewrote README
This commit is contained in:
parent
941ca11a05
commit
92a097fb5d
5 changed files with 33 additions and 26 deletions
9
ChangeLog.md
Normal file
9
ChangeLog.md
Normal file
|
@ -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
|
36
README.md
36
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.
|
||||
I license this project under the GPL-2.0 license - see [LICENSE](./LICENSE) for details.
|
BIN
Source/ABOUT.FRM
BIN
Source/ABOUT.FRM
Binary file not shown.
|
@ -1,4 +1,4 @@
|
|||
MAIN.BAS
|
||||
GAME.FRM
|
||||
PACK.FRM
|
||||
ABOUT.FRM
|
||||
MAIN.BAS
|
||||
GAME.FRM
|
||||
PACK.FRM
|
||||
ABOUT.FRM
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue