mewspring / pgg

Projects related to the creation of a pretty good game.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

WIP

This project is a work in progress. The implementation is incomplete and subject to change. The documentation can be inaccurate.

pgg

The goal of this project is to provide insight and facilitate the understanding of how to create a pretty good game (pgg).

Documentation

Documentation provided by GoDoc.

  • gl
    • tileset: handles collections of one or more tile images using OpenGL.
  • grid: divides the game world into a series of contiguous grid cells.
  • tileset: handles collections of one or more tile images.
  • view: supervises the visible portion of the screen.

Command documentation

Command documentation provided by GoDoc.

  • cmd
    • tiledump: extracts tile images contained within tile sets.
    • world: initializes and renders a simple game world.
  • gl
    • cmd
      • globe: initializes and renders a simple game world using OpenGL.

public domain

This code is hereby released into the public domain.

About

Projects related to the creation of a pretty good game.


Languages

Language:Go 100.0%