Add documentation for game project and how to run
Create replit.md file detailing project structure, entry point, and manual execution commands. Replit-Commit-Author: Agent Replit-Commit-Session-Id: 3a0c4583-8699-48b0-8d0a-f5db8f128ca9 Replit-Commit-Checkpoint-Type: full_checkpoint Replit-Commit-Event-Id: a4696de4-8214-4d39-aeca-4c178481e71b Replit-Helium-Checkpoint-Created: true
This commit is contained in:
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@@ -0,0 +1 @@
|
||||
.replit
|
||||
19
replit.md
19
replit.md
@@ -1,19 +0,0 @@
|
||||
# Platformer Game
|
||||
|
||||
A simple Java platformer game.
|
||||
|
||||
## Main Entry Point
|
||||
The main entry point of the application is `Display.java`.
|
||||
|
||||
## Structure
|
||||
- `Display.java`: Entry point and window setup.
|
||||
- `Platformer.java`: Game engine and logic.
|
||||
- `Player.java`: Player character class.
|
||||
- `Tile.java`: Platform class.
|
||||
- `Moveable.java`: Interface for moveable objects.
|
||||
|
||||
## How to Run
|
||||
Use the "Start application" workflow or run:
|
||||
```bash
|
||||
javac Display.java Platformer.java Player.java Tile.java Moveable.java && java Display
|
||||
```
|
||||
Reference in New Issue
Block a user