Skip to content

Commit

Permalink
fix: #dev changed spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
pablitoo1 authored Jan 11, 2025
1 parent f8c085c commit 4df612e
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions scripts/README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# SCRIPTS README

## GENERATE GAME FILES SCRIPT
### _generateGameFiles.js_

This script is designed to generate all necessary files
and update existing ones during the process of creating
a new game in the **RAG-2 system**.

The script creates or modifies the following files:
- _game.renderer.component.ts_
- _game-renderer.component.ts_
- _games.ts_
- _[newGameName].component.ts_
- _[newGameName].class.ts_
Expand All @@ -18,8 +18,12 @@ functionality like logic and view in some of these files.
How to use the script?
In the console, run the following command:

`npm run newGame [newGameName]`
```
npm run newGame [newGameName]
```

The [newGameName] should be written in lowercase letters as
a single string, even for multi-word game names (e.g.,
"FlappyBird" should be written as "flappybird").
"FlappyBird" should be written as "flappybird").

<hr>

0 comments on commit 4df612e

Please sign in to comment.