Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/nniemeir/halfway-across

A graphical text game built in Qt (WIP)
https://github.com/nniemeir/halfway-across

cpp game-development interactive-fiction qt survival-game

Last synced: 10 days ago
JSON representation

A graphical text game built in Qt (WIP)

Awesome Lists containing this project

README

        

# Halfway Across
![Icon](resources/images/icon.png)

**Content Warning: Depicts mental illness and late 19th century hunting practices**

Halfway Across is a parser-based interactive fiction game that follows a man named Edmond attempting to adapt to life as a mountain man. How Edmond chooses to interact with the travelers that cross his path can have a profound impact on his quality of life in the mountains, with some having the potential to be useful allies and others posing a threat.

## Gameplay Mechanics
- **Crafting:** Use resources to make items that can aid in your survival.
- **Hunting:** Obtain raw food and other resources by hunting animals in the valley.
- **Ice Fishing:** Obtain raw food by catching fish at the lake.
- **Resource Management:** Weigh the costs and benefits of keeping an item on your person during your travels.
- **Social Interaction:** Converse and trade with travelers, knowing that your dialogue choices will impact how they perceive you.

## Documentation
[Manual](docs/manual.md)

[Credits](docs/credits.md)

[Qt Application Compilation Guide](https://doc.qt.io/qtcreator/creator-build-example-application.html)