> For the complete documentation index, see [llms.txt](https://manis-organization-2.gitbook.io/vortexdocs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://manis-organization-2.gitbook.io/vortexdocs/vortex-engine/getting-started/5.-run-the-game.md).

# 5. Run the Game

Finally, to run your game and see everything in action, use the following command:

```

vortex.run()

```

This will start the game and render all your objects and controllers.\
\
\
\
With these steps, you should be able to create a basic game environment using VortexEngine. Explore further to add more features and refine your game!
