Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/tsjensen/civbuddy

Original Civilization Board Game Utility
https://github.com/tsjensen/civbuddy

board-game civilization civilization-boardgame francis-tresham

Last synced: 3 months ago
JSON representation

Original Civilization Board Game Utility

Awesome Lists containing this project

README

        

[![Build Status](https://github.com/tsjensen/civbuddy/actions/workflows/build.yml/badge.svg)](https://github.com/tsjensen/civbuddy/actions/workflows/build.yml)
[![FOSSA Status](https://app.fossa.io/api/projects/git%2Bgithub.com%2Ftsjensen%2Fcivbuddy.svg?type=shield)](https://app.fossa.io/projects/git%2Bgithub.com%2Ftsjensen%2Fcivbuddy?ref=badge_shield)

# CivBuddy

**Original Civilization Board Game Utility**

CivBuddy is designed to support players of Francis Tresham's
[original Civilization board game](https://boardgamegeek.com/boardgame/71/civilization) (1980)
by helping with the tactical planning when buying civilization cards. It can support multiple variants of the game,
including
[Advanced Civilization](https://boardgamegeek.com/boardgameexpansion/177/advanced-civilization) (1991).

This is not a computer game, but a helper application for the board game. In later stages of the game,
the rules of the board game lead to phases of long-winded calculations in the upper three-digit numbers.
With CivBuddy, this can be solved quickly and easily, so everyone can concentrate on the fun parts of the game.

CivBuddy is a free web application, so you can just [use it right now](http://app2.civbuddy.org/)! :tada:

### Status

Ready to use! CivBuddy is feature complete and stable. Should you notice anything wrong or missing, please
leave us a bug report in our [issue tracker](https://github.com/tsjensen/civbuddy/issues).

This is a rewrite of the [old CivBuddy application](https://github.com/tsjensen/civbuddy/tree/v1-gwt)
(now called *v1*), which was based on [GWT](http://www.gwtproject.org/) technology. The old version is no longer
being maintained.

## Licenses from 3rd Parties

This project makes use of work by others as specified in package.json and in the following:

- ["Cards" icon](https://thenounproject.com/term/cards/483659)
by [Creative Stall](https://thenounproject.com/creativestall/) from the Noun Project
is licensed under [CC BY 3.0](https://creativecommons.org/licenses/by/3.0/).
- ["Pouch" icon](https://thenounproject.com/term/pouch/582268)
by [Hea Poh Lin](https://thenounproject.com/charlenehea/) from the Noun Project
is licensed under [CC BY 3.0](https://creativecommons.org/licenses/by/3.0/).
- "Eye" icons ([link1](https://thenounproject.com/term/eye/931263),
[link2](https://thenounproject.com/term/eye/931285))
by [Roman Shvets](https://thenounproject.com/shwepes/) from the Noun Project
is licensed under [CC BY 3.0](https://creativecommons.org/licenses/by/3.0/).

## Development

For instruction on how to build the source, or create a version for production, see
[here](https://civbuddy.org/#development-setup).