# Game

> Component Author: [Jabo](https://github.com/jabo-bernardo)\
> Release Date: April 11, 2020

{% tabs %}
{% tab title="Usage" %}

```java
new Game(Window window);
```

{% endtab %}

{% tab title="Methods" %}

```java
start(); // Start the game loop

stop(); // Close the game

getWindow(); // Returns Window object

setDebug(boolean debug); // Set debug mode
```

{% endtab %}
{% endtabs %}
