https://github.com/faiface/pixel-examples
Examples for the Pixel game library
https://github.com/faiface/pixel-examples
Last synced: 11 months ago
JSON representation
Examples for the Pixel game library
- Host: GitHub
- URL: https://github.com/faiface/pixel-examples
- Owner: faiface
- License: mit
- Created: 2018-09-03T21:28:15.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2023-03-06T23:52:06.000Z (over 3 years ago)
- Last Synced: 2025-04-15T11:20:09.451Z (over 1 year ago)
- Language: Go
- Size: 51.5 MB
- Stars: 123
- Watchers: 6
- Forks: 36
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Pixel Examples
This repository contains a few examples demonstrating [Pixel](https://github.com/faiface/pixel)'s functionality.
**To run an example**, navigate to its directory, then `go run` the `main.go` file. For example:
```
$ cd platformer
$ go run main.go
```
Here are some screenshots from the examples!
| [Lights](lights) | [Platformer](platformer) |
| --- | --- |
|  |  |
| [Smoke](smoke) | [Typewriter](typewriter) |
| --- | --- |
|  |  |
| [Raycaster](community/raycaster) | [Starfield](community/starfield) |
| --- | --- |
|  |  |