Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gelbpunkt/freeciv-rs
Slightly simplified reimplementation of FreeCiv
https://github.com/gelbpunkt/freeciv-rs
Last synced: 5 days ago
JSON representation
Slightly simplified reimplementation of FreeCiv
- Host: GitHub
- URL: https://github.com/gelbpunkt/freeciv-rs
- Owner: Gelbpunkt
- License: gpl-2.0
- Created: 2023-04-03T23:12:14.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-04-07T19:01:46.000Z (almost 2 years ago)
- Last Synced: 2024-05-21T10:54:04.641Z (8 months ago)
- Language: Rust
- Size: 2.89 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# freeciv-rs
This is my heavy WIP reimplementation of a slightly simplified version of [FreeCiv](https://www.freeciv.org/).
## TODO
- [x] Basic technology storage
- [x] Basic tiles
- [ ] Advanced tiles (aka fix all the TODOs in current implementation)
- [ ] World representation and storage
- [ ] World storage
- [ ] Basic units
- [ ] Basic cities
- [ ] Basic production
- [ ] Basic research
- [ ] much more- [x] Extract and label tile images
- [ ] Extract and label [city images](https://github.com/freeciv/freeciv/blob/main/data/trident/cities.png)
- [ ] Extract and label [units](https://github.com/freeciv/freeciv/blob/main/data/trident/units.png)
- [ ] Extract and label [extra units](https://github.com/freeciv/freeciv/blob/main/data/trident/extra_units.png)
- [ ] Extract and label [fog](https://github.com/freeciv/freeciv/blob/main/data/trident/fog.png)
- [ ] Extract and label [roads](https://github.com/freeciv/freeciv/blob/main/data/trident/roads.png)
- [ ] Extract and label [select](https://raw.githubusercontent.com/freeciv/freeciv/main/data/trident/select.png)## License
Same as FreeCiv, GPLv2.