NERDDISCO commited on
Commit
dfc29c8
•
1 Parent(s): d5e268c

docs: use new name, added description, removed unused features & examples

Browse files
Files changed (2) hide show
  1. README.md +5 -26
  2. package.json +2 -2
README.md CHANGED
@@ -1,4 +1,4 @@
1
- <h1 align="center"><big>2DGameGPT</big></h1>
2
 
3
  <p align="center"><img src="assets/logo.png" alt="logo" width="200"/></p>
4
 
@@ -12,49 +12,28 @@ platform emphasizes prompt-driven creativity, inspiring users to push their arti
12
 
13
  Featuring an interactive development environment, the WebUI allows for seamless real-time
14
  visualization of your artistic creations. Delve into limitless possibilities and unleash your
15
- imagination with the Prompt-Driven WebUI for Creative Development.
16
 
17
  ## Features
18
 
19
  - 100% prompt-driven for enhanced creativity
20
- - Supports various types of digital art, including games, visual effects, fractal art, and flow
21
- fields
22
  - Built-in code editor for a seamless development experience
23
  - Real-time visualization of your creations
24
  - Supports GPT-3.5 Turbo and GPT-4 models
25
  - Adjustable options for temperature and max tokens
26
  - Easy-to-use interface with prompt and negative prompt fields
27
  - Reload and clear prompt functionalities
28
- - Save and manage multiple projects
29
-
30
- ## Examples
31
-
32
- Here are just a few examples of the types of projects you can create:
33
-
34
- 1. Prompt: Create a mesmerizing, swirling vortex pattern that evolves over time.
35
- 2. Prompt: Design a firework display that launches and explodes at random locations and intervals.
36
- 3. Prompt: Generate a calming, flowing water simulation with waves and ripples.
37
- 4. Prompt: Create a dynamic solar system simulation with planets orbiting at different speeds.
38
- 5. Prompt: Design a captivating, ever-changing kaleidoscope pattern.
39
- 6. Prompt: Build a particle-based physics simulation where particles interact with each other and
40
- the environment.
41
- 7. Prompt: Design a fluid art simulator that creates unique, flowing patterns on the canvas.
42
- 8. Prompt: Create a bouncing ball simulation with different ball sizes, elasticity, and gravity
43
- settings.
44
- 9. Prompt: Design an interactive, generative art piece that evolves and grows over time, creating an
45
- organic visual experience.
46
- 10. Prompt: Create a simulation of a flock of birds flying together, showcasing realistic flocking
47
- behavior and interactions.
48
 
49
  ## Getting Started
50
 
51
- To get started with the Prompt-Driven WebUI for Creative Development, simply follow these steps:
52
 
53
  1. Clone the repository to your local machine.
54
  2. Copy the `.env.local.example` file to a new file named `.env.local` and add your `OPENAI_API_KEY`
55
  from the OpenAI platform (platform.openai.com).
56
  3. Install the required dependencies using `npm install`.
57
  4. Run the development server with `npm run dev` to access the WebUI.
58
- 5. Begin creating your own digital art!
59
 
60
  Happy creating!
 
1
+ <h1 align="center"><big>2D GameCreator-GPT</big></h1>
2
 
3
  <p align="center"><img src="assets/logo.png" alt="logo" width="200"/></p>
4
 
 
12
 
13
  Featuring an interactive development environment, the WebUI allows for seamless real-time
14
  visualization of your artistic creations. Delve into limitless possibilities and unleash your
15
+ imagination with the Prompt-Driven WebUI for creative 2D game development.
16
 
17
  ## Features
18
 
19
  - 100% prompt-driven for enhanced creativity
20
+ - Optimized for generating 2D games
 
21
  - Built-in code editor for a seamless development experience
22
  - Real-time visualization of your creations
23
  - Supports GPT-3.5 Turbo and GPT-4 models
24
  - Adjustable options for temperature and max tokens
25
  - Easy-to-use interface with prompt and negative prompt fields
26
  - Reload and clear prompt functionalities
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
27
 
28
  ## Getting Started
29
 
30
+ To get started with the Prompt-Driven WebUI for 2D Game Development, follow these steps:
31
 
32
  1. Clone the repository to your local machine.
33
  2. Copy the `.env.local.example` file to a new file named `.env.local` and add your `OPENAI_API_KEY`
34
  from the OpenAI platform (platform.openai.com).
35
  3. Install the required dependencies using `npm install`.
36
  4. Run the development server with `npm run dev` to access the WebUI.
37
+ 5. Begin creating your own 2D games in JavaScript
38
 
39
  Happy creating!
package.json CHANGED
@@ -1,7 +1,7 @@
1
  {
2
- "name": "2dgamegpt",
3
  "version": "1.0.0",
4
- "description": "JavaScript Canvas2D | 100% Prompt Driven Development (GPT) ",
5
  "keywords": [
6
  "ai",
7
  "artificial intelligence",
 
1
  {
2
+ "name": "2d-gamecreator-gpt",
3
  "version": "1.0.0",
4
+ "description": "Create 2D games in JavaScript using Prompt Driven Development",
5
  "keywords": [
6
  "ai",
7
  "artificial intelligence",