Skip to content

Commit

Permalink
update example readme with changes to examples
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasstarsz committed May 23, 2021
1 parent 839b9bc commit 5c2bf51
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions src/example/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,17 +12,22 @@ Then, run the gradle task `example`. When you do this, you'll need to specify wh
```
_Having trouble using `gradlew`? Read [this][Terminals Are Different]._

## Example Projects
## Example Programs

### Hello, World!
### Hello, FastJ!
This program is a remarkably simple introduction to starting work with FastJ. It initializes the engine and runs the engine, which results in an empty window. This also can serve as a project template for working with FastJ.

Command to run: `./gradlew example -Pexample=hellofastj`

### (Old) Hello, World!
This project is an introduction to working with FastJ, and covers many of the essential topics:
- Engine Initialization/Running
- Window Creation
- Working with a Scene
- Drawing game objects and UI
- Applying Behaviors to Game Objects

Command to run: `./gradlew example -Pexample=helloworld`
Command to run: `./gradlew example -Pexample=oldhelloworld`

### Bullet Hell
This project takes the concepts we've learned so far and meshes them together into a game!
Expand Down

0 comments on commit 5c2bf51

Please sign in to comment.