https://github.com/andrew-boutin/epic-crawl
Top down 2D Java RPG with a user facing level designer.
https://github.com/andrew-boutin/epic-crawl
gamedev gradle java jdbc sqlite
Last synced: about 1 month ago
JSON representation
Top down 2D Java RPG with a user facing level designer.
- Host: GitHub
- URL: https://github.com/andrew-boutin/epic-crawl
- Owner: andrew-boutin
- License: mit
- Created: 2014-09-02T03:35:33.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2019-02-07T01:07:47.000Z (over 7 years ago)
- Last Synced: 2025-02-12T18:31:16.789Z (over 1 year ago)
- Topics: gamedev, gradle, java, jdbc, sqlite
- Language: Java
- Homepage: https://andrewboutin.com
- Size: 447 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Epic Crawl
This is a 2D top down tile based ARPG written in Java utilizing SQLite and JDBC. It also provides a level designer to the player so they can build their own adventure!

## Cmds
Build and run
./gradlew build run
---
Check out my [personal site](https://andrewboutin.com)!