.. GameCore documentation master file, created by
sphinx-quickstart on Wed Nov 27 18:46:16 2024.
You can adapt this file completely to your liking, but it should at least
contain the root `toctree` directive.
GameCore documentation
======================
This project is a `Python `_ game engine that uses `PyGame `_ library to provide a game loop, input handling, and game object management.
Examples
^^^^^^^^
.. image:: _images/spaceship-example.png
:alt: spaceship image
:scale: 100%
:target: tutorials/tilemap.html
.. image:: _images/projection-example.PNG
:alt: math projection image
:scale: 100%
.. image:: _images/mapgen-example.PNG
:alt: map generation algos
:scale: 100%
.. toctree::
:caption: Getting Started
:glob:
getting-started/requirements
getting-started/external-tools
getting-started/basics
getting-started/how-to-use
.. toctree::
:caption: Tutorials
:glob:
tutorials/*
.. toctree::
:caption: Reference
:glob:
reference/*