Skip to content

Commit

Permalink
add 286
Browse files Browse the repository at this point in the history
  • Loading branch information
lee2sman committed Aug 13, 2023
1 parent 9ea3113 commit 10c9e85
Show file tree
Hide file tree
Showing 13 changed files with 84 additions and 1 deletion.
Binary file added 286/assets/1.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added 286/assets/1.jpg~
Binary file not shown.
Binary file added 286/assets/2.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added 286/assets/2.jpg~
Binary file not shown.
Binary file added 286/assets/3.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added 286/assets/3.jpg~
Binary file not shown.
Binary file added 286/assets/4.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added 286/assets/4.jpg~
Binary file not shown.
Binary file added 286/assets/5.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added 286/assets/5.jpg~
Binary file not shown.
81 changes: 81 additions & 0 deletions 286/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,81 @@
<!doctype html>
<html>
<head>
<meta name="description" content="Lee Tusman ;-)">
<meta charset="UTF-8">
<meta name="author" content="Lee Tusman">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="../assets/css/brutal.css">

<title>Shopkeeper</title>
</head>
<body>
Lee Tusman
<br>
<a href="../">↩ Everyday</a>

<a class="prev" href="../285/"><</a>


<a class="next" href="../287/">></a>

<br>
<b>Title:</b> Shopkeeper
<br>

<b>Year:</b> 2020
<br>

<b>Medium:</b> Small Tabletop Role-playing Game
<br>

<b>Link:</b> <a href='https://notapipe.itch.io/shopkeeper'>Shopkeeper on Itch.io</a>
<br>
<br>


<b>Description:</b>
Shopkeeper is a small (sub-280 character) ruleset for a solo tabletop roleplaying game (solo ttrpg). More specifically it's a solo game you play by writing a player diary. The game was submitted to James Chip's first Micro fiction games jam event <a href='https://microfictiongames.neocities.org/2020/'>Flora, Fauna and Environment (2020)</a>, and published on a <a href='https://microfictiongames.neocities.org/2020/shopkeeper'>page</a> and within the <a href='http://microfictiongames.neocities.org/pdf/mfgj2020.pdf'>compiled PDF</a> of all entries to the jam. The rules are also reproduced here:
<br>
<br>
Shopkeeper
<br>
You are a village shopkeeper. Sketch map of area and your shop. Roll d6. You sell
<br>
<ol>
<li>plant</li>
<li>medicinal herb</li>
<li>liquid</li>
<li>mineral</li>
<li>scent</li>
<li>artifact.</li>
</ol>
Sketch item. Log: Describe a customer, a price, did you haggle? What will they use it for? Repeat until you close for the day.




<br>
<br>

<img src="assets/1.jpg">
<br>

<img src="assets/2.jpg">
<br>

<img src="assets/3.jpg">
<br>

<img src="assets/4.jpg">
<br>

<img src="assets/5.jpg">
<br>

<a href="https://leetusman.com/projects">
<img src="../assets/img/lee.png" class="fix"/>
</a>
©opyleft
</body>
</html>
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -409,3 +409,5 @@ images and writeup of old computer challenge 2023
my studio-visit sketch from back in 2018.
285
'Drek' dirt emoji prototypes created for the Dirty Time open call.
286
Shopkeeper solo ttrpg i made for james chip's micro fiction games jam in 2020
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html lang="en">

<script>
let sketches = 285; //update this with num of sketches!
let sketches = 286; //update this with num of sketches!
</script>

<!--
Expand Down

0 comments on commit 10c9e85

Please sign in to comment.