Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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.