https://github.com/tjeufoolen/galaxysimulator
Galaxy simulation written in C# using UWP
https://github.com/tjeufoolen/galaxysimulator
2d csharp design-patterns memento-pattern simulation state-pattern strategy-pattern
Last synced: about 1 year ago
JSON representation
Galaxy simulation written in C# using UWP
- Host: GitHub
- URL: https://github.com/tjeufoolen/galaxysimulator
- Owner: tjeufoolen
- Created: 2020-11-09T12:10:09.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-02-24T16:19:43.000Z (over 2 years ago)
- Last Synced: 2025-02-07T00:47:39.349Z (over 1 year ago)
- Topics: 2d, csharp, design-patterns, memento-pattern, simulation, state-pattern, strategy-pattern
- Language: C#
- Homepage:
- Size: 119 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# GalaxySimulator
## Key Features
* 2D Galaxy simulations
* Different behaviour rules
* Read diffrent file formats
* Configurable keys
* Bookmarking
* A selection of algoritms to show shortest path, cheapest path and more..
## How To Use
To clone and run this application, you'll need [Visual studio](https://visualstudio.microsoft.com/) installed on your computer. Then simple download the source code and double click FlatGalaxy.sln to open the solution.