All Projects → kesiev → stampadia

kesiev / stampadia

Licence: MIT License
A daily print-and-play roguelike adventure you can play offline.

Programming Languages

javascript
184084 projects - #8 most used programming language
HTML
75241 projects
CSS
56736 projects
shell
77523 projects

Projects that are alternatives of or similar to stampadia

ure
the unRogueEngine
Stars: ✭ 111 (+217.14%)
Mutual labels:  roguelike, roguelike-game
OpenNefia
(Archived) Moddable engine reimplementation of the Japanese roguelike Elona.
Stars: ✭ 103 (+194.29%)
Mutual labels:  roguelike, roguelike-game
troll-hunter
Trollhunter is a single-player roguelike game.
Stars: ✭ 28 (-20%)
Mutual labels:  roguelike, roguelike-game
ECS-Game
A roguelike written in Python adhering to ECS
Stars: ✭ 23 (-34.29%)
Mutual labels:  roguelike
airboardgame
AirBoardGame is a virtual tabletop to play and create any boardgame online with your friends
Stars: ✭ 45 (+28.57%)
Mutual labels:  board-game
xrechnung-visualization
XSL transformators for web and pdf rendering of German CIUS XRechnung or EN16931-1:2017 [MIRROR OF GitLab]
Stars: ✭ 26 (-25.71%)
Mutual labels:  pdf-generation
magento2-module-pdf
Magento 2 Module for creating PDF's based on wkhtmltopdf
Stars: ✭ 55 (+57.14%)
Mutual labels:  pdf-generation
ink roguelike
A narrative mini-roguelike written completely in ink.
Stars: ✭ 13 (-62.86%)
Mutual labels:  roguelike
Quarto
A working example of the Quarto board game using Elm and Netlify. An exploration of game development, OSS, and functional programming.
Stars: ✭ 15 (-57.14%)
Mutual labels:  board-game
scryber.core
Scryber.Core is a dotnet 5 html to pdf engine written entirely in C# for creating beautiful flowing documents from html templates including css styles, object data binding and svg drawing.
Stars: ✭ 74 (+111.43%)
Mutual labels:  pdf-generation
AusweisBot
Telegram bot to generate self-authorizations for moving around during covid-19 pandemic in France
Stars: ✭ 13 (-62.86%)
Mutual labels:  pdf-generation
slaytheweb
Slay the Web is a singleplayer, deck builder, roguelike card crawl game for the web based on Slay the Spire
Stars: ✭ 57 (+62.86%)
Mutual labels:  roguelike
JasperViewerFX
The JasperViewerFX is a free JavaFX library which aims to avoid use of JasperReport's swing viewer
Stars: ✭ 27 (-22.86%)
Mutual labels:  pdf-generation
golflike
A golf roguelike
Stars: ✭ 19 (-45.71%)
Mutual labels:  roguelike
SlashTHEM
Super Lotsa Added Stuff Hack - The Heavily Extended Mod: A variant of Slash'EM that adds a bunch of content.
Stars: ✭ 23 (-34.29%)
Mutual labels:  roguelike
AnimalChess
Animal Fight Chess Game(斗兽棋) written in rust.
Stars: ✭ 76 (+117.14%)
Mutual labels:  board-game
TablutCompetition
Software for the Tablut Students Competition
Stars: ✭ 17 (-51.43%)
Mutual labels:  board-game
WorldSim
2D tile-based sandbox RPG with procedurally generated fantasy world simulator 🌏
Stars: ✭ 19 (-45.71%)
Mutual labels:  roguelike
DrawPDF
Draw/Write pdf using Swift
Stars: ✭ 17 (-51.43%)
Mutual labels:  pdf-generation
xibalba
A Mayan roguelike
Stars: ✭ 50 (+42.86%)
Mutual labels:  roguelike

Chronicles of Stampadia

A print-and-play roguelike with a new adventure every day!


The story

The reign of Stampadia had thousands of years of history of dangerous places and brave mercenaries before disappearing mysteriously from our globe. But Stampadia monks, generation after generation, managed to document relentlessly the story of every single adventurer, the map of every single dungeon, and the clue of every single mystery in a huge tome called Chronicles Of Stampadia.

We managed to find a damaged copy in an abandoned basement and it looks like that the book is imbued with some kind of magic: the reader can live every page of its story with just two dice, an eraser, and a small token! We’re trying to recover, translate and digitalize a new page of this book every day at kesiev.com/stampadia. Go there, download the daily page, and bring back to life the story of a brave Stampadian!

Play online

No printer or tokens? You can play Stampadia with a virtual pencil, eraser, some tokens, and dice here.

The game

Chronicles of Stampadia is a print-and-play adventure with a little twist: the map, the enemies, the quests, the mysteries, and the traps are mixed and generated by an algorithm, as in a roguelike videogame. On the Stampadia homepage you will find a unique dungeon to download, print, and discover every day!

Why?

I've got inspiration from several analog interactive adventures that I have played in the past years, including board games, gamebooks, role-playing games, and small print-and-play games. I find it exceptional how many of them, with some cardboard or a pencil and a squared sheet, manage to offer complex, interactive, and engaging adventures, sometimes able to reach and overcome the most famous video games.

In my little and strictly amateur study of this game genre, I noticed that there are two common, difficult, and interesting design problems to face to create one of these: randomness control and hidden information management.

Many games implement progressive dungeon generation to convey that sense of discovery and unexpectedness: the classic Dungeonquest uses the random drawing of a dungeon tile from a pile, the fantastic Four Against Darkness uses dice rolls and a lookup table to decide the next room, and Gloomhaven's random dungeon generator uses a deck of cards to pick rooms and variants.

The Four Against Darkness dungeon generator uses two dice and a lookup table

These techniques, even the simplest ones, often succeed in their intent and are even able to generate interesting layouts but they also often need to introduce specific rules to manage the randomizer edge cases, one over all the formation of dead ends: in Dungeonquest, for example, the player can always look for a secret exit if he's stuck in a dead-end and Four Against Darkness asks the player to rotate and cut a room until it fits in the map.

Furthermore, these techniques hardly allow the addition of side-quests or complex main quests, mostly because the extraction and position of specific map modules are hard to guarantee: among the different narrative techniques of its modules, Four Against Darkness also has a fantastic sub-quest system that accompanies the heroes between different plays to get around the problem and improve replayability.

A Heroes Of Terrinoth quest progress every round, regardless the party position on the "map"

Furthermore, discovery is the key element of any good adventure and is rather difficult for a game printed on paper to hide information. Some games use decks of cards constructed face down and shuffled to hide events and places, such as Heroes Of Terrinoth, games that mix all of its contents and rely on player's investigation skills to find the right one, such as Mythos and some cool gamebooks such as Vesta Shutdown and games that simply give up, like colossal masterpieces Gloomhaven, that openly show the entire mission map and the treasure chests and enemies position to players at the very beginning.

The project

Inspired by this creative challenge, I tried to imagine how to hide a pre-generated dungeon that the player can discover room after room like in a video game but on a printed sheet, trying to reduce spoiler opportunities as much as possible in the process. I wanted the solution to be simple and to require at most elementary calculations - possibly only one per room - so I'd be inspired by gamebooks and classic grid puzzles.

Sudoku

Then, I implemented a procedural dungeon generator that was able to mix quests, sub-quests, and traps into the map, as it usually happens in classic roguelike video games. From that games, I decided to take inspiration for the narrative style too, keeping it minimal and dry. I collaborated with several people to write the stories - we put in a little of lore here and there, but I don't want to spoil the surprise.

Rogue

Dungeons may be played a second time to aim for higher scores: knowing what's where increases your chances of surviving and beat the game dramatically and, during the testings, I've found that's a nice feature.

I got inspiration from computer roguelikes for the combat system guidelines too: a simple dice placement mechanic that's not too demanding, that needs some simple decision, and that can generate a tip of tension.

Finally, I wanted the whole adventure to fit into a single A4 sheet. The original idea was to add the manual on that same sheet but it was probably too ambitious.

I hope you find the project as fun as it was for me to put it together!

Font

The game manual and the adventure sheets are using the excellent CC0 font Seshat by Dot Colon. The tools/playground.html page uses the the custom-made font SeshatPlus, which merges the original Seshat with the symbols of the Symbola. If you're going to have a look at the manual assets/manual/manual.odt and adventure sheet model svg/model.svg make sure you have got these fonts installed. A copy of these font is included in the assets directory.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].