-
Notifications
You must be signed in to change notification settings - Fork 24
Example projects
Elliot Ford edited this page May 11, 2015
·
10 revisions
Happy Cows (JALSE-HappyCows)
A small simulation of cows in a field that randomly move and eat grass (which grows back over time).
Cow mooing [3:4]
New grass has sprouted [56c568e6-33c8-4e29-8249-f0b8089dc161]
Grass has been eaten [ef99c4d8-30b4-4a74-a7fe-4138e908099c]
Cow mooing [1:2]
Cow mooing [3:3]
Text Messengers (JALSE-Messengers)
A small simulation of several people text messaging each other (upon receiving a message a reply is sent back).
3e7fa88e-0679-42d0-97fc-12687d6ceecb -> a8ad6753-e12e-42d9-be66-6ffa86841183: you you to friend am.
cb0d35ae-9aa3-48ed-98af-5140966282d3 -> 29808521-76d6-464a-87a2-311c8ff27d2d: Hello Hello talking am friend.
8ce55e24-50e9-46f7-87d2-544bfcf7517c -> 3b1c9411-fc6d-4537-8436-41bb59e0c537: talking am friend to I.
3c82d1b2-0eff-4b45-9978-d276a26d7945 -> f898311d-73d7-415f-b42d-dcb6e5de2d88: Hello friend you friend you.
05ad1c61-8a2c-4dfc-b524-8c6e80b98858 -> 4b8ebffb-437c-496c-8a7f-d5040ee846b0: to talking talking I am.
1223f957-9a54-4691-a32d-d99507dbba3e -> c9423f3d-916e-4aab-b497-809ec222d249: you Hello talking Hello am.
d76e96cb-15a4-40c8-8ad3-a323929f319e -> 520f2d45-2a14-4530-86e2-0bab45c9fee4: to I Hello Hello Hello.
4b8ebffb-437c-496c-8a7f-d5040ee846b0 -> ca675b37-7047-4a81-bc7e-208289d6f378: friend to you am Hello.
Swing Pong (JALSE-Pong)
A very simple 2 player Pong implementation using Swing.

If you have a JALSE project and want people to see it send me a request via Issues.
Some interesting Code snippets!
Check out the Example projects and Code snippets!
Getting Started
- Getting the latest release
- Building from source
- Example projects
- Code snippets
- How to contribute
- Have bugs or questions?
How To Use
- JALSE
- Entities
- Attributes
- Actions
- Tags
Misc