Skip to content

Releases: Fuinny/Oligopoly

Oligopoly-v1.6

31 Jul 17:23
9f849d9
Compare
Choose a tag to compare

What changed?

  • The game has been updated to .NET 8
  • Added turn skip limit
  • Updated menu with information about companies
  • The win and lose screens can no longer be accidentally skipped by simply holding down the Enter key
  • Many other minor bug fixes

Note

This is not a professional project, so don't expect high quality code or regular updates.
There may also be various bugs in this release and if you found one, please let me know :)

Installation Instructions

To install and run the project, follow these steps:

  1. Choose the archive suitable for your operating system
  2. Download and unzip the archive to a location convenient for you
  3. Run the executable named Oligopoly

License

This project is released under the MIT License. Please see the LICENSE.md file for more information.

Author

This project was created by Semion Medvedev (Fuinny)

Oligopoly-v1.5

18 Jul 11:17
Compare
Choose a tag to compare

This is not a professional project, so don't expect high quality code or regular updates.
There may also be various bugs in this release and if you found one, please let me know :)

What changed?

  • Added pause menu (to enter the pause menu press the p button)
  • Added the ability to save and load the game
  • Added new game mode
  • Added regional formatting
  • Updated difficulties

Installation Instructions

To install and run the project, follow these steps:

  1. Choose the archive suitable for your operating system
  2. Download and unzip the archive to a location convenient for you
  3. Run the executable named Oligopoly

License

This project is released under the MIT License. Please see the LICENSE.md file for more information.

Author

This project was created by Semion Medvedev (Fuinny)

Oligopoly-v1.4

02 Jun 20:34
Compare
Choose a tag to compare

This is not a professional project, so don't expect high quality code or regular updates.
There may also be various bugs in this release and if you found one, please let me know :)

What changed?

  • Added new companies and events
  • Added game modes
  • Added move counter
  • Updated buy and sell menu design

Installation Instructions

To install and run the project, follow these steps:

  1. Choose the archive suitable for your operating system
  2. Download and unzip the archive to a location convenient for you
  3. Run the executable named Oligopoly

License

This project is released under the MIT License. Please see the LICENSE.md file for more information.

Author

This project was created by Semion Medvedev (Fuinny)

Oligopoly-v1.3

25 May 17:14
Compare
Choose a tag to compare

This is not a professional project, so don't expect high quality code or regular updates.
There may also be various bugs in this release and if you found one, please let me know :)

What changed?

  • The Data.xml file was split into two files (Companies.xml and Events.xml).
  • The .xml file read method was changed from XmlSerializer to XDocument.
  • The Ticker element was removed.
  • The GameMenu and Data classes were removed.
  • Frames were added to letters.
  • Net worth was added.
  • Difficulties were added.
  • The file path for non-Windows systems was fixed.
  • Scroll bars are now hidden for the classic Windows command prompt.

Installation Instructions

To install and run the project, follow these steps:

  1. Choose the archive suitable for your operating system
  2. Download and unzip the archive to a location convenient for you
  3. Run the executable named Oligopoly

License

This project is released under the MIT License. Please see the LICENSE.md file for more information.

Author

This project was created by Semion Medvedev (Fuinny)

Oligopoly-v1.2

10 May 15:41
Compare
Choose a tag to compare

This is not a professional project, so don't expect high quality code or regular updates.
There may also be various bugs in this release and if you found one, please let me know :)

What changed?

  • Added the ability to skip the introductory letter.
  • Redesigned buy and sell menus.
  • Created new method to display end messages.
  • Nullable references was disabled .

Installation Instructions

To install and run the project, follow these steps:

  1. Choose the archive suitable for your operating system
  2. Download and unzip the archive to a location convenient for you
  3. Run the executable named Oligopoly

License

This project is released under the MIT License. Please see the LICENSE.md file for more information.

Author

This project was created by Semion Medvedev (Fuinny)

Oligopoly-v1.1

06 May 17:35
Compare
Choose a tag to compare

This is not a professional project, so don't expect high quality code or regular updates.
There may also be various bugs in this release and if you found one, please let me know :)

What changed?

  • Redesigned file structure. The code files are now in the Source folder and the .xml file is in the Data folder.
  • Updated README.md file.
  • Fixed mistake in DOCUMENTATION.md file.

Installation Instructions

To install and run the project, follow these steps:

  1. Choose the archive suitable for your operating system
  2. Download and unzip the archive to a location convenient for you
  3. Run the executable named Oligopoly

License

This project is released under the MIT License. Please see the LICENSE.md file for more information.

Author

This project was created by Semion Medvedev (Fuinny)

Oligopoly-v1.0

04 May 17:09
Compare
Choose a tag to compare

Oligopoly is a command-line interface (CLI) game written in C# that allows players to buy and sell shares of various in-game companies.

This release includes basic functionality:

  • Buying/Selling in-game shares
  • Random generation of in-game events every turn
  • The ability to modify Data.xml file and add your own companies and events to it

Installation Instructions

To install and run the project, follow these steps:

  1. Choose the archive suitable for your operating system
  2. Download and unzip the archive to a location convenient for you
  3. Run the executable named Oligopoly

Disclaimer

This is not a professional project, so don't expect high quality code or regular updates.

License

This project is released under the MIT License. Please see the LICENSE.md file for more information.

Author

This project was created by Semion Medvedev (Fuinny)