Saturday, March 25, 2023

Show HN: 13Sheep – a JavaScript game largely authored by ChatGPT https://ift.tt/2hDbuQG

Show HN: 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://ift.tt/wMIU6Et https://ift.tt/rBCmEvS March 26, 2023 at 05:51AM

No comments:

Show HN: Pyreqwest – Powerful and fast Rust-reqwest based HTTP client for Python https://ift.tt/V6YROPN

Show HN: Pyreqwest – Powerful and fast Rust-reqwest based HTTP client for Python Python has lacked a batteries-included HTTP library that wo...