https://github.com/ryan-haskell/veril
A 2D RPG game written in Java
https://github.com/ryan-haskell/veril
Last synced: 9 months ago
JSON representation
A 2D RPG game written in Java
- Host: GitHub
- URL: https://github.com/ryan-haskell/veril
- Owner: ryan-haskell
- Created: 2015-09-25T04:58:40.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2015-11-23T01:03:08.000Z (about 10 years ago)
- Last Synced: 2025-03-19T17:49:01.412Z (9 months ago)
- Language: Java
- Homepage:
- Size: 35.2 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Veril
He's back bb.
### Separate the things.
---
The main goal for this project is to be classy.
There are two main packages, `frontend` and `backend`.
The `frontend` implements the game, using main methods, KeyListeners, and JFrames.
The `backend` has no interest in how the user sees and interacts with the game. It simply calls interfaces and assumes that somehow things are working.
*One day, an android branch shall exist. On this day, I shall pray that this rule is respected.*
### Follow your dreams.
---
Lets make this thing.
Use issues and milestones on GitHub to note bugs and suggest features.