Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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)
- Host: GitHub
- URL: https://github.com/nniemeir/halfway-across
- Owner: nniemeir
- License: gpl-3.0
- Created: 2024-09-04T11:58:20.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-11-29T06:55:38.000Z (2 months ago)
- Last Synced: 2024-11-29T07:33:18.656Z (2 months ago)
- Topics: cpp, game-development, interactive-fiction, qt, survival-game
- Language: C++
- Homepage:
- Size: 13.2 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)