An open API service indexing awesome lists of open source software.

https://github.com/vasar007/fgame

Simple game with some world generation.
https://github.com/vasar007/fgame

console-game csharp desktop fsharp game generation genetic-algorithm simulation wpf

Last synced: about 2 months ago
JSON representation

Simple game with some world generation.

Awesome Lists containing this project

README

          

# FGame

[![License](https://img.shields.io/hexpm/l/plug.svg)](https://github.com/Vasar007/FGame/blob/master/LICENSE)
[![AppVeyor branch](https://img.shields.io/appveyor/ci/Vasar007/fgame/master.svg)](https://ci.appveyor.com/project/Vasar007/fgame)

Simple game with some world generation.

## Dependencies

Target .NET Standard is 2.1 for libraries, .NET Core is 3.1 for console and desktop apps. Version of C# is 8.0, version of F# is 4.7.

## License information

This project is licensed under the terms of the [Apache License 2.0](LICENSE).

### Third party software and libraries used

#### [Acolyte.NET](https://github.com/Vasar007/Acolyte.NET)

Copyright © 2020 Vasily Vasilyev (vasar007@yandex.ru)

License: [Apache License 2.0](https://github.com/Vasar007/Acolyte.NET/blob/master/LICENSE)