13Sheep – a JavaScript game largely authored by ChatGPT
13 Sheep is a quick roll-and-write game designed by Moritz Dressler, intended for one or more players. By drawing fences on a grid, players try to protect as many sheep as possible before the wolf comes. I reproduced the rules in an online experience, allowing for additional user customization compared to the pen and paper version. A lot of the code comes from a conversation I had with chatGPT. Here's a blog detailing the prompts used in the conversation with chatGPT: https://www.neeldhara.com/blog/13sheep/
In plain words
13Sheep is a digital implementation of a roll-and-write board game where players draw fences on a grid to protect sheep from an approaching wolf. Designed for one or more players, it offers customization options beyond the original pen-and-paper version. The game was built using JavaScript with substantial code generated through AI assistance, making it suitable for anyone looking to play quick strategy games online.
written from the facts on this page · September 2026
Does the same job
all alternatives →- ITI taught my little brother JS, and he made this videogame in a week2019 · s-poony.github.io · ▲1,079
- ISI spent two years working on an HTML5 game. I finally released it2012 · ektomarch.com · ▲515
- MAMeatshields – An in-browser turn-based strategy game2017 · ▲113
A few months ago (82 days to be exact!) I posted a link on HN to my game, Meatshields. A bunch of you commented and played my game and gave me some wonderful feedback. Over the last few months I've been playing with many of you and implementing the best of everybody's suggestions. So, thank you, HN for all your help! I feel this is an extreme overhaul I couldn't have done without your input. Since then, I have: Dramatically improved our hosting platform (So it HOPEFULLY won't go down this time (oops.)), Added two new units, Rebalanced all existing units, Added many more maps, Improved the…

- SASineRider - A game about love, math, and graphing built by teenagers2022 · sinerider.com · ▲220
Hello everyone! It was so fun working on this project for the past few months with some of my fellow high school students :) I am so excited to share our first prototype and hopefully we'll be done with it all soon! <3 (ofc, it's open source, contribute here: https://github.com/hackclub/sinerider) The goal of the game is to slowly teach function composition that get progressively more complex while you also help the ghosts ski on the slopes and explore the entire map!
- WFWesnoth – Free, turn-based strategy game2014 · github.com · ▲146
More dev tools this month
the category →



The first open-source price index for GPU compute
Dev tools · 10d ago · getcomputable.com

OpenTrailPaper is open-source bike computer firmware for the LilyGO T5S3 4.7" E-Paper PRO. It supports offline maps, GPX routes, FIT recording and Bluetooth sensors.
Dev tools · 2d ago · opentrailpaper.com

Open-source GTM skills for technical founders
Dev tools · 29d ago · gtmcofounder.com
Launched alongside, March 2023
the whole month →




- BI
I'm a big fan of the BBC podcast In Our Time -- and (like most people) I've been playing with the OpenAI APIs. In Our Time has almost 1,000 episodes on everything from Cleopatra to the evolution of teeth to plasma physics, all still available, so it's my starting point to learn about most topics. But it's not well organised. So here are the episodes sorted by library code. It's fun to explore. Web scraping is usually pretty tedious, but I found that I could send the minimised HTML to GPT-3 and get (almost) perfect JSON back: the prompt includes the Typescript definition. At the same time I…
AI · 2023 · genmon.github.io