Skip to content

Commit 5608d82

Browse files
authored
Update README.md
1 parent 241d416 commit 5608d82

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

README.md

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,12 @@ Simple HTML games and tools created with ChatGPT.
1010

1111
Some games contain assets (mainly background images). The images have been generated with the help of MidJourney and some sounds have been taken from pixabay.
1212

13-
No cookies, tracking or server-sided data saving is done in this project. All tools are client-sided, limited to JS, CSS and HTML.
13+
No cookies, tracking or server-sided data saving is done in this project. Almost all tools are client-sided, limited to JS, CSS and HTML.
1414

1515
Some data is stored in firebase and firestore. (multiplayer functionality in Tic-Tac-Toe and Rock-Paper-Scissors, highscores in Flappy Bird, savegames in Family Feud and Who Wants to Be a Millionaire and plans from the Household Planner)
1616

17+
A few tools make use of the OpenAI Chat Completions API.
18+
1719
**View current version:**
1820

1921
https://www.gptgames.dev/
@@ -23,4 +25,11 @@ https://www.gptgames.dev/
2325
- [Ideas for Future Projects](https://www.gptgames.dev/IDEAS) - Explore potential future additions to the collection.
2426
- [Prompt Examples](https://www.gptgames.dev/PROMPTS) - See examples of prompts used to create the games and tools.
2527
- [Prompt Engineering Tips](https://www.gptgames.dev/TIPS) - Discover tips and tricks for effective prompt engineering.
26-
- [Instruction for Custom GPTs](https://www.gptgames.dev/GPTS) - Instructions for GPT's that have been created by me.
28+
- [Instruction for Custom GPTs](https://www.gptgames.dev/GPTS) - Instructions for GPT's that have been created by me.
29+
30+
## Attribution
31+
32+
GPTGames is released under the MIT License, meaning you're free to use, modify, and distribute this project however you like. If you found this project helpful or are using it as the foundation for your own work, I'd appreciate (though don't require) the following:
33+
34+
- A simple mention that your project is based on GPTGames.dev
35+
- A link back to the original repository

0 commit comments

Comments
 (0)