Trident-Java-Game-Framework/README.md

26 lines
723 B
Markdown
Raw Normal View History

2024-05-06 21:45:09 +00:00
# Welcome to Trident!
Trident is a framework game engine built with and using the Java programming language.
2024-05-06 22:08:09 +00:00
*Trident uses Java 8*
2024-05-06 21:46:40 +00:00
## Basic setup and controls tutorial:
> https://www.youtube.com/watch?v=0pgDlQ04KHU&t=31s
2024-05-06 22:30:55 +00:00
# Documentation
*Please note this documentation is for the default new project. All methods can be altered by you, and updates to the engine will not update old games' methods. Also, this will not contain any documentation for anything built into the Java language, even if it's frequently used throughout the engine.*
2024-05-06 22:33:58 +00:00
## custom
Put the custom classes you write that aren't entities in here.
## ent
Put your custom entity classes in here
> ExampleEntity.java
*Template for custom entities*