Skip to content

Simple HTML, JS, CSS games and tools created with the help of ChatGPT.

License

Notifications You must be signed in to change notification settings

Kaper365/gptgames

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gptgames

Simple HTML games and tools created with ChatGPT.


Disclaimer:

~99.3% of the code has been written and improved by ChatGPT. https://chat.openai.com/ (0.7% were debugging and minor styling tweaks done by me)

Some games contain graphics (mostly background images). Those have been generated with the help of MidJourney.

No cookies, tracking or server-sided data saving is done in this project. All tools are client-sided, limited to JS, CSS and HTML and therefore somewhat safe to use.

The only exceptions are the Multiplayer Tic-Tac-Toe where the game data is stored in firebase and deleted after each game and Flappy Bird where you can optionally enter a nickname to store your high score in a firestore database.

View current version:

https://tobiasmue91.github.io/gptgames/


Jailbreak - used whenever necessary ⚠️ Use at own risk! Might be patched already.

A good source for up-to-date jailbreaks: https://www.reddit.com/r/GPT_jailbreaks/

Collection of Jailbreaks: https://www.jailbreakchat.com/


Changelog

  • 30.03.2023 - first time hitting the API usage limit due to excessive usage and research; added File Size Converter which was created using the developer.py script
  • 29.03.2023 - updated several tools, utils and games to gpt-4
  • 28.03.2023 - added more practical tools: JSON Formatter, Age Calculator, Emoji Search, CSS Gradient Generator, Stopwatch
  • 26.03.2023 - did some research in /playground/api_parameters to determine the best values for the GPT-API parameters temperature and top_p
  • 24.03.2023 - added GPTranslator - a AI-powered translation tool that can translate text from almost any language to many others
  • 23.03.2023 - implemented a timeline feature that lets users see the evolution of the page; clicking on the games or tools on another version will show the user the source code at that point of time
  • 22.03.2023 - added end-to-end testing with cypress to the deployment workflow; new features in Argumentator - adding favorites, creating counterarguments
  • 21.03.2023 - added a new AI-powered tool called Argumentator
  • 20.03.2023 - updated Connect Four - improved design; added opponent AI
  • 18.03.2023 - added Calculator written in VueJS (Vue 3) using GPT-4
  • 17.03.2023 - implemented Checkers in VueJS (Vue 3) using GPT-3.5
  • 16.03.2023 - played around with GPT-4 and created a Jigsaw Puzzle Game (that still has some flaws); improved Snake with the "endless improvement" method (see PROMPTS.md)
  • 14.03.2023 - gpt-4 released, created Pong once again for comparison purposes (GPT-4 provided code improvements by saying which function I have to replace or update instead of providing the full updated code)
  • 13.03.2023 - bugfixes, mobile design and usability update for Sudoku
  • 11.03.2023 - add chimp test and several minor improvements to the Human Benchmark Tests
  • 10.03.2023 - add new game Human Benchmark Tests
  • 10.03.2023 - add multiple levels of "leetness" to the text to 1337 converter
  • 09.03.2023 - introduction of "Who Wants to Be a Millionaire?"

About

Simple HTML, JS, CSS games and tools created with the help of ChatGPT.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 92.4%
  • JavaScript 5.5%
  • Python 2.1%