#
text-based-game-engine
Here are 22 public repositories matching this topic...
The version IDMarinas Edition is based on the version 1.1.2 Dragonprime by Dragonprime Development Team (Dragonprime) and have code of Oliver Brendel (NB Core).
javascript
game
rpg
html5
php7
css3
mmorpg
browser-game
rpg-game
rpg-engine
lotgd
text-based-game-engine
text-based-game
text-based-game-framework
oliver-brendel
rpg-text
dragonprime
idmarinas
-
Updated
Jun 26, 2021 - PHP
Web Admin for the MUD ArchaicQuest II
-
Updated
May 27, 2021 - TypeScript
A Text-Based Engine written in C# by Rarisma, also includes the game Path of A New Dawn
game
gamedev
games
csharp
game-engine
engine
console-application
text-based-game-engine
gamedev-tool
text-based-game
text-based-game-framework
newdawn
-
Updated
Apr 30, 2021 - C#
A text-based RPG battle engine for java
java
material
freedom
violations
transaction
recipients
party
text-based
keyboard-support
rpg-engine
text-based-game-engine
text-based-game-framework
patent-claim
patent-license
legal-notices
legal-rights
-
Updated
Jun 11, 2021 - Java
Corpse - A 2D text-based game engine
game-engine
game-development
game-framework
text-based
text-based-game-engine
text-based-game-framework
-
Updated
May 17, 2021 - Batchfile
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
Край Серого Дракона - браузерная текстовая ролевая онлайн игра - https://lotgd.pp.ua
game
rpg
php
mmorpg
interactive-fiction
browser-game
game-server
russian
rpg-game
fluxbb
web-game
online-game
mmo-engine
open-source-game
text-based-game-engine
browser-based
text-based-game
opensource-game
experimental-game-engine
rpg-text
-
Updated
Sep 27, 2020 - PHP
[ABANDONED] 🎮 A 2D text based game engine written in Rust
game
rust
json
game-engine
game-2d
ncurses
curses
command-line-interface
text-based-game-engine
ncurses-tui
pancurses
-
Updated
Sep 9, 2019 - Rust
A modern, web based MUD.
game
java
rpg
spring
spring-boot
game-engine
procedural-generation
mud
rpg-game
mud-server
text-based-game-engine
mud-engine
agony-forge
-
Updated
Jun 25, 2021 - Java
Overkill is the next-gen text-based, open world thriller game, currently under development.
-
Updated
Dec 21, 2020 - Java
-
Updated
May 20, 2020 - JavaScript
jesselawson
commented
Jul 13, 2018
Like switches, we should be able to reference a trigger to determine its state.
For example:
story.registerTrigger({
label: 'created trigger feature',
trigger: () => { /* something */ },
then: () => { /* something else */ }
We should be able to query the status of that trigger, like this:
story.triggerStatus('created trigger feature')
// Returns false
or
Pliki związane z Projektem Manhattan 2.0
-
Updated
Oct 23, 2017 - Java
A program that allows for the creation of 'choose your own adventure' stories using XML
-
Updated
Jun 26, 2017 - C++
Web-based MUD engine.
-
Updated
Feb 5, 2019 - JavaScript
Freedom Dreamers é uma engine/jogo desenvolvida por Maico Ribeiro, para games de Text/based
-
Updated
Oct 11, 2018 - Java
a simple rpg game i designed to play on my kindle, loosely inspired by darksouls
-
Updated
May 11, 2017 - Python
Just another text-based game engine
-
Updated
Jun 27, 2020 - Java
A Text Based Game Engine written in Java
-
Updated
Apr 30, 2019 - Java
Built for a Gamejam with Imperials GameDev Society, in 2014. Inspired by Notch's 'Drowning in Problems': http://ludumdare.com/compo/ludum-dare-29/?action=preview&uid=398
-
Updated
May 6, 2017 - HTML
Improve this page
Add a description, image, and links to the text-based-game-engine 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-game-engine topic, visit your repo's landing page and select "manage topics."
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.