go-opengl-pixel/examples/platformer/README.md

11 lines
435 B
Markdown

# Platformer
This example demostrates a way to put things together and create a simple platformer game with a
Gopher!
The pixel art feel is, other than from the pixel art spritesheet, achieved by using a 160x120px
large off-screen canvas, drawing everything to it and then stretching it to fit the window.
The Gopher spritesheet comes from excellent [Egon Elbre](https://github.com/egonelbre/gophers).
![Screenshot](screenshot.png)