kay-haensge / pixel-examples

Examples for the Pixel game library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pixel Examples

This repository contains a few examples demonstrating Pixel's functionality.

To run an example, navigate to it's directory, then go run the main.go file. For example:

$ cd platformer
$ go run main.go

Here are some screenshots from the examples!

Lights Platformer
Lights Platformer
Smoke Typewriter
Smoke Typewriter
Raycaster Starfield
Raycaster Starfield

About

Examples for the Pixel game library

License:MIT License


Languages

Language:Go 94.3%Language:GLSL 5.2%Language:Makefile 0.5%