Recent posts

Artificial Intelligence In Gaming

7 minute read

This article will explore the concept of artificial intelligence; how and why it’s used and the AI tools used within in a games development process. What is ...

Establish A Database Connection Using Jdbc2

1 minute read

In Java you can use the Java Database connector (JDBC) API to connect your program with most databases. In this example I will demonstrate how to establish a...