Skip to content

Instantly share code, notes, and snippets.

@bizrockman
bizrockman / gist:94afe857342075cb0bfae068550ea0bd
Created November 27, 2023 19:30 — forked from levelsio/gist:5bc87fd1b1ffbf4a705047bebd9b4790
Secret of Monkey Island: Amsterdam (by @levelsio) or how to create your own ChatGPT image+text-based adventure game
# 2023-11-27 MIT LICENSE
Here's the open source version of my ChatGPT game MonkeyIslandAmsterdam.com.
It's an unofficial image+text-based adventure game edition of Monkey Island in Amsterdam, my home town.
Please use it however you want. It'd be nice to see more ChatGPT-based games appear from this. If you get inspired by it, please link back to my X https://x.com/levelsio or this Gist so more people can do the same!
Send me your ChatGPT text adventure game on X, I'd love to try it!
from MEGABYTE_pytorch import MEGABYTE
import datetime
import time
import random
import tqdm
import gzip
import numpy as np
import torch
@bizrockman
bizrockman / App.css
Created April 27, 2023 20:32 — forked from adrianhajdin/App.css
Build and Deploy Your Own ChatGPT AI SaaS Business with React
@tailwind base;
@tailwind components;
@tailwind utilities;
/*
Note: The styles for this gradient grid background is heavily inspired by the creator of this amazing site (https://dub.sh) – all credits go to them!
*/
.main {
width: 100vw;