-
```
Hi,
I'm writing a Glulx adventure (in Spanish) using Inform 6.
At the start of the game, in the first room, when the player types "TV", a side
menu appears asking the player to select an option…
-
**Idea incl level**
After #3854 is merged we need to address these improvements:
Originally posted by @Felienne
> Now that we have the new layout, I think we can also move quiz and puzzle int…
-
would like to take the basic code and fork a few little mini games, brainstorming future story ideas, ways to use this basic engine as a gameplay medium.
-
Hi
I'm having trouble with version 3.4.0 it keeps throwing following error on loading:
[21:31:10] [Server thread/FATAL]: Error occurred while enabling NamelessMC v3.4.0 (Is it up to date?)
java…
-
It would be really nice if we had some procedural way of generating map graphics, so we have one fewer set of assets to manage.
I'm thinking something like old-school text-graphics adventure games.…
-
This is only loosely a novel, (that doesn't seem to be stopping anybody else!), but I'm going to write some code (probably in python, maybe? to take advantage of pycorpora) that generates a valid [Inf…
-
Adventuron really needs a graphics editor that is designed around the idea of compositing images together.
Text adventure locations historically have been rather static and each location has a uni…
-
Hey everyone,
@mafintosh and I have been preparing a workshop for teaching [dat](http://maxogden.github.io/get-dat/) and we wanted it to run in the browser so that users wouldn't have to install anyt…
-
file di esempio
cat /home/scout/share_disks/software/scout_center/Mayalinux.desktop
[Desktop Entry]
Type=Application
Name=Mayalinux
Comment=Mayalinux - a text adventure
Exec=lxterminal -e 'bash -c "c…
-
` /**
* Merges the separated and newly matched scenes into the respective trigger set
*/
protected void remergeTriggerSets() {
commandTriggerSets.forEach(set -> {
…