diff options
Diffstat (limited to 'root/games')
| -rw-r--r-- | root/games/IYNX/description: text$plain | 1 | ||||
| -rw-r--r-- | root/games/channel_83/description: text$plain | 1 | ||||
| -rw-r--r-- | root/games/curved_curse/description: text$plain | 1 | ||||
| -rw-r--r-- | root/games/gtglg/description: text$plain | 1 | ||||
| -rw-r--r-- | root/games/lorem_ipsum/description: text$plain | 1 | ||||
| -rw-r--r-- | root/games/moving_out/description: text$plain | 1 | ||||
| -rw-r--r-- | root/games/plonat_atek/description: text$plain | 1 | ||||
| -rw-r--r-- | root/games/text$moonscript -> fn -> mmm$dom.moon | 18 | ||||
| -rw-r--r-- | root/games/the_monster_within/description: text$plain | 1 | ||||
| -rw-r--r-- | root/games/title: text$plain | 1 | ||||
| -rw-r--r-- | root/games/two_shooting_stars/description: text$plain | 1 | ||||
| -rw-r--r-- | root/games/vision-training-kit/description: text$plain | 1 |
12 files changed, 29 insertions, 0 deletions
diff --git a/root/games/IYNX/description: text$plain b/root/games/IYNX/description: text$plain new file mode 100644 index 0000000..0d21752 --- /dev/null +++ b/root/games/IYNX/description: text$plain @@ -0,0 +1 @@ +a narrative, tangible, physical puzzle incorporating digital elements. diff --git a/root/games/channel_83/description: text$plain b/root/games/channel_83/description: text$plain new file mode 100644 index 0000000..0a65c94 --- /dev/null +++ b/root/games/channel_83/description: text$plain @@ -0,0 +1 @@ +a low-fi raycasting shooter. diff --git a/root/games/curved_curse/description: text$plain b/root/games/curved_curse/description: text$plain new file mode 100644 index 0000000..5645632 --- /dev/null +++ b/root/games/curved_curse/description: text$plain @@ -0,0 +1 @@ +a dungeon shooter with an unconventional gun. diff --git a/root/games/gtglg/description: text$plain b/root/games/gtglg/description: text$plain new file mode 100644 index 0000000..bcbb922 --- /dev/null +++ b/root/games/gtglg/description: text$plain @@ -0,0 +1 @@ +a slightly psychedelic physics puzzler with gary, a green-legged giraffe. diff --git a/root/games/lorem_ipsum/description: text$plain b/root/games/lorem_ipsum/description: text$plain new file mode 100644 index 0000000..eba007e --- /dev/null +++ b/root/games/lorem_ipsum/description: text$plain @@ -0,0 +1 @@ +a board game concering medialisation and media competence. diff --git a/root/games/moving_out/description: text$plain b/root/games/moving_out/description: text$plain new file mode 100644 index 0000000..3ca32c9 --- /dev/null +++ b/root/games/moving_out/description: text$plain @@ -0,0 +1 @@ +a QWOP-y platformer in which you play a room. diff --git a/root/games/plonat_atek/description: text$plain b/root/games/plonat_atek/description: text$plain new file mode 100644 index 0000000..96166f1 --- /dev/null +++ b/root/games/plonat_atek/description: text$plain @@ -0,0 +1 @@ +a sound-only breakout game, displayable on an oscilloscope and realized in the PureData visual programming environment. diff --git a/root/games/text$moonscript -> fn -> mmm$dom.moon b/root/games/text$moonscript -> fn -> mmm$dom.moon new file mode 100644 index 0000000..1c04309 --- /dev/null +++ b/root/games/text$moonscript -> fn -> mmm$dom.moon @@ -0,0 +1,18 @@ +import div, h3, ul, li, a from require 'mmm.dom' + +=> + div { + h3 @gett 'title: text/plain', style: { 'margin-bottom': '-.5em' }, + ul for child in *@children + name = child\gett 'name: alpha' + desc = child\gett 'description: text/plain' + li { + a name, { + href: child.path, + onclick: (e) => + e\preventDefault! + BROWSER\navigate child.path + }, + ': ', desc + } + } diff --git a/root/games/the_monster_within/description: text$plain b/root/games/the_monster_within/description: text$plain new file mode 100644 index 0000000..e0f0605 --- /dev/null +++ b/root/games/the_monster_within/description: text$plain @@ -0,0 +1 @@ +a top down action brawler with a twist. diff --git a/root/games/title: text$plain b/root/games/title: text$plain new file mode 100644 index 0000000..a14e466 --- /dev/null +++ b/root/games/title: text$plain @@ -0,0 +1 @@ +Games diff --git a/root/games/two_shooting_stars/description: text$plain b/root/games/two_shooting_stars/description: text$plain new file mode 100644 index 0000000..375c5d9 --- /dev/null +++ b/root/games/two_shooting_stars/description: text$plain @@ -0,0 +1 @@ +a narrative point-and-click adventure. diff --git a/root/games/vision-training-kit/description: text$plain b/root/games/vision-training-kit/description: text$plain new file mode 100644 index 0000000..0511e77 --- /dev/null +++ b/root/games/vision-training-kit/description: text$plain @@ -0,0 +1 @@ +a puzzle game based on a famicase cartridge design. |
