Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
reztib committed Jun 2, 2024
1 parent 7470d94 commit 5c8a57c
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,17 +91,19 @@ gravity-pong/
│ └── input.c
├── assets/
│ ├── fonts/
└── PressStart2P-Regular.ttf
└── PressStart2P-Regular.ttf
│ ├── sounds/
│ └── textures/
├── CMakeLists.txt
├── LICENSE.md
└── README.md
```

- `include/`: Contains the header files for the game.
- `src/`: Contains the source files for the game logic, graphics, and input handling.
- `assets/`: Directory for game assets like fonts, sounds, and textures (currently empty but can be used for future enhancements).
- `assets/`: Directory for game assets like fonts, sounds, and textures.
- `CMakeLists.txt`: The CMake configuration file.
- `LICENSE.md`: License file.
- `README.md`: This file.

## Contributing
Expand Down

0 comments on commit 5c8a57c

Please sign in to comment.