1
0
Fork
You've already forked IFDotNet
0
Library for creating Interactive Fiction (IF) with .NET.
  • C# 100%
Find a file
Gordinator 1da18f1af4
Add up and down directions
Signed-off-by: Gordinator <gordinator@gordinator.org>
2025年03月28日 22:59:29 +00:00
docs Docs: Complete Introduction 2025年03月28日 22:43:59 +00:00
Engine Implement event system and MovePlayerEvent 2025年03月28日 22:33:23 +00:00
Event Implement event system and MovePlayerEvent 2025年03月28日 22:33:23 +00:00
Move Add up and down directions 2025年03月28日 22:59:29 +00:00
Thing Add up and down directions 2025年03月28日 22:59:29 +00:00
.gitignore Initial publish to NuGet 2024年12月30日 14:35:05 +00:00
Direction.cs Add up and down directions 2025年03月28日 22:59:29 +00:00
docfx.json Implement DocFX 2024年12月29日 23:28:11 +00:00
Exceptions.cs Initial commit 2024年12月26日 23:50:51 +00:00
IFDotNet.csproj Initial publish to NuGet 2024年12月30日 14:35:05 +00:00
index.md Initial publish to NuGet 2024年12月30日 14:35:05 +00:00
LICENSE Initial commit 2024年12月26日 23:50:51 +00:00
PlayerAction.cs Initial commit 2024年12月26日 23:50:51 +00:00
README.md Initial publish to NuGet 2024年12月30日 14:35:05 +00:00
Room.cs Add up and down directions 2025年03月28日 22:59:29 +00:00
toc.yml Implement DocFX 2024年12月29日 23:28:11 +00:00
World.cs Implement event system and MovePlayerEvent 2025年03月28日 22:33:23 +00:00

IF.NET

IF.NET is a free and open-source [.NET] library for creating interactive fiction.

NOTE: IF.NET is in early stages of development and is not complete.