#
text-based-adventure
Here are 108 public repositories matching this topic...
TextWorld is a sandbox learning environment for the training and evaluation of reinforcement learning (RL) agents on text-based games.
-
Updated
Sep 3, 2021 - Python
Monogatari is a simple web visual novel engine, created to bring Visual Novels to the web.
game-engine
progressive-web-app
engine
web-components
visual
custom-elements
visual-novel
interactive-storytelling
novel
visual-novels
visual-novel-engine
text-based-adventure
game-engines
-
Updated
Sep 1, 2021 - JavaScript
A learning environment for man-made Interactive Fiction games.
-
Updated
Sep 4, 2021 - C
A text-based adventure. You will definitely die.
-
Updated
Oct 16, 2019 - Clojure
A Multi-User Dungeon server in Haskell.
game
haskell
mud
telnet
game-development
text-based
multi-user-dungeon
mudlet
virtual-worlds
text-based-adventure
game-dev
mudlet-lua
-
Updated
May 12, 2018 - Haskell
Zaechus
commented
Sep 30, 2019
The number of tests should probably be increased, and each test should cover all possible use cases of each commands. Certain existing tests might contain useless lines or need to check more use cases.
zelda
oop
composition
inheritance
object-oriented
text-adventure
console-game
text-based
oop-principles
polymorphism
console-application
association
graphical-user-interface
text-based-adventure
object-oriented-programming
zelda-like
oop-concepts
text-based-game
object-oriented-programming-project
castle-game
-
Updated
Jan 17, 2021 - C++
MUD development framework/platform written in Golang
rpg
golang
game-engine
mud
multiplayer
game-development
mmo
text-based
mux
multi-user-dungeon
mush
moo
text-based-adventure
mud-server
mud-game-server
mud-engine
text-based-game
-
Updated
Sep 20, 2021 - Go
It's Storytime! A crowdsourced choose-your-own-adventure platform
-
Updated
Jul 2, 2021 - JavaScript
Hunt The Wumpus - Wumpus World Simulator
-
Updated
Jun 29, 2017 - Prolog
-
Updated
Feb 8, 2018 - Java
Text Adventure : Escape From Cave
game
python
beginner-project
game-development
python3
beginner-friendly
beginners
text-based-adventure
first-timers-only
python-basics
beginners-friendly
beginner-code
text-based-game
textadventure
github-beginner
-
Updated
May 3, 2021 - Python
A simple collaborative text-based adventure web platform
-
Updated
Sep 19, 2018 - JavaScript
Dungeon-crawler RPG/Adventure game with an unusual story.
-
Updated
Dec 22, 2017 - C
TerazurEngine est un moteur de jeu développé en Python permettant de créer, administrer et faire vivre un MUD destiné à un public francophone.
game-engine
mud
mmorpg
jeu
multi-user-dungeon
rpg-engine
text-based-adventure
evennia
mud-client
mud-server
mud-engine
francophone
-
Updated
May 16, 2021 - Python
game
games
game-2d
text-adventure
minimalist
text-based
exp
text-based-adventure
infinite-world
text-based-game
-
Updated
May 5, 2019 - JavaScript
A little adventure game inspired by colossal cave adventure
game
java
oop
junit
adventure-game
text-game
text-based-adventure
text-based-game
castle-game
text-based-game-castle
-
Updated
Dec 5, 2019 - Java
from http://www.ifarchive.org/indexes/if-archiveXgamesXpc.html updated to actual Fortran 2008
-
Updated
Jan 27, 2021 - Fortran
just another python adventure game.
game
python
game-engine
game-development
python3
adventure-game
text-based
text-based-adventure
game-dev
text-based-game-engine
text-based-game
-
Updated
Jun 28, 2017 - Python
Text Based Dark Fantasy/Horror RPG game using Python 3 written with standard library
-
Updated
Sep 25, 2020 - Python
A simple text-based resource-gathering RPG
-
Updated
Jun 2, 2017 - Java
A text-based role-playing game where you kill slimes and observe your effect on the world.
game
rpg
role-playing
roguelike
rpg-game
text-based
role-playing-game
rogue-like
text-based-adventure
roguelike-rpg-game
-
Updated
Apr 28, 2017 - C++
Whoops, accidentally deleted the entire repository instead of an old branch. This is a re-upload of my sophomore project, programmed in Python. I wanted to go for a story that was simple yet captivating, a story that gave you a reason to continue fighting. I was inspired by games of yore with simple, straightforward stories, like "The Legend of Zelda." However, the game's mechanics were inspired by modern RPGs, such as "The Witcher 3," even though I use a turn-based combat system. I hope you enjoy, and thank you for your time.
-
Updated
Apr 23, 2017 - Python
ninest
commented
Jun 19, 2020
When the game starts, add these:
- random country
- random population - percentage of population in each age group
- hostility variable = likelihood of getting into a war
- prosperity variable - economic development, affects budget / infrastructure for some units
- support from the people (how you enlist people, likelihood of getting into a war, number of wars you get into)
- support from t
This is the first phase of our project, The Crucible Skull. The Crucible Skull is a text based adventure that utilized object orientated programming in order to encapsulate the game map, characters, enemies, battle sequences, and other elements into their own containers.
-
Updated
Dec 6, 2020 - Python
A text-based RPG with a PUBG twist
game
java
rpg
player
maven
wip
island
rpg-game
weapons
text-based-adventure
pubg
text-based-game
pubg-twist
-
Updated
Sep 24, 2021 - Java
Improve this page
Add a description, image, and links to the text-based-adventure topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the text-based-adventure topic, visit your repo's landing page and select "manage topics."
Is your feature request related to a problem? Please describe.
Right now, this condition check on the delete() outcome has no value.

Describe the solution you'd like
I'd like to see the
DefaultScript.delete()
method check to make sure the deletion was done properly and then return a boolean value.Or as @Griatch put it