Ecosyste.ms: Awesome

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

https://github.com/snozbot/fungus

An easy to use Unity 3D library for creating illustrated Interactive Fiction games and more.
https://github.com/snozbot/fungus

c-sharp fungus game unity3d

Last synced: about 1 month ago
JSON representation

An easy to use Unity 3D library for creating illustrated Interactive Fiction games and more.

Lists

README

        

Fungus
======

The goal of Fungus is to provide a free, open source tool for creating interactive storytelling games in Unity 3D. Fungus is designed to be easy to learn for beginners to Unity 3D, especially for people with no coding experience. For power users, it provides an intuitive, fast workflow for visual scripting and interactive storytelling. Fungus is being used to create Visual Novels, Point and Click Adventure Games, Childrens Stories, Hidden Object Games, eLearning apps and also some frankly weird stuff which defies classification :)

- Maintainer: [Steve Halliwell](https://github.com/stevehalliwell)
- Website: [fungusgames.com](https://fungusgames.com)
- Email: [email protected]

Fungus was originally created by [Chris Gregan](https://github.com/chrisgregan) - [@gofungus](https://twitter.com/gofungus)

Installation
============

Download & installation instructions and tutorial videos are available in [the wiki](https://github.com/snozbot/fungus/wiki/installation) and the official [Fungus website](https://fungusgames.com).

Support & Documentation
=======

The Fungus documentation is available on [our wiki](https://github.com/snozbot/fungus/wiki). Contributions to the wiki are very welcome.

If you have questions about Fungus, please search our forum first as someone may have had the same issue already. If you can't find an answer please start a new discussion and we'll answer you as soon as we can. Fungus is designed for beginners and we love to hear from users so please don't be shy about posting on [the forum](https://fungusgames.com/forum)!

There is also a community run [Discord server](https://discord.gg/99RqraQ).

You can also join into our chat room.
[![Join the chat at https://gitter.im/snozbot/fungus](https://badges.gitter.im/snozbot/fungus.svg)](https://gitter.im/snozbot/fungus?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)

Status & Branches
=================

Fungus uses a [gitflow](https://nvie.com/posts/a-successful-git-branching-model/) style setup. The default branch holds the most recent stable release. Develop is the staging ground for ongoing work and the default target of most PRs.

Develop is currently the staging ground for the next Fungus [feature release 3.14](https://github.com/snozbot/fungus/milestone/1)

Contributing
============

Many thanks to everyone who has [contributed](https://github.com/snozbot/fungus/graphs/contributors) to the project to date!

To contribute code or documentation to Fungus, please see [CONTRIBUTING](https://github.com/snozbot/fungus/blob/master/CONTRIBUTING.md).

You can view the upcoming roadmap via the [Milestones](https://github.com/snozbot/fungus/milestones).

Running the automated tests
===========================

The Unity Test Runner is used for testing some underlying elements. Far more are desired and PRs in this area would most welcome.