You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: wiki/intro.md
+17-6Lines changed: 17 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -96,13 +96,23 @@ A few common dependencies are provided below:
96
96
97
97
98
98
## Learning FastJ
99
-
There will likely be a small wiki added for this game engine at a later time. For now, you'll want to check out [the example projects][FastJ-Example] for getting started with FastJ.
99
+
There are many different ways to learn FastJ -- namely the API documentation, the examples, and the tutorials on the main website.
100
100
101
-
From there, explore the example code, play around with it, and read the [API documentation][Javadoc] to get a better understanding of FastJ.
101
+
102
+
### Tutorials
103
+
[FastJ provides article tutorials][FastJ-Tutorials] on its website to accommodate as many types of developers as possible. From beginners to experts, the website tutorials are written to give enough information to satisfy anyone willing to learn!
104
+
105
+
106
+
### Code Examples
107
+
[Explore FastJ's code examples][FastJ-Examples] to see the different ways FastJ can be used, and all of its features. These come with in-example explanations and easy plug-and-playability to give you the best chance at understanding how FastJ works.
108
+
109
+
110
+
### API Documentation
111
+
[Check out FastJ's documentation][Javadoc] to get a better understanding of the code FastJ provides to improve your game-making experience.
102
112
103
113
104
114
## Contributing to FastJ
105
-
Plan on contributing to the repository? Great! Be sure to read over the [contribution guidelines][Contributing-Guidelines].
115
+
Plan on contributing to the repository? Great! Be sure to read over the [contribution guidelines][Contributing-Guidelines], and read on to discover how to get started.
106
116
107
117
108
118
### Building FastJ
@@ -118,9 +128,9 @@ Once you have what you need, follow these simple steps:
0 commit comments