https://github.com/kelindar/emitter-platformer
Making a multiplayer platformer game with emitter
https://github.com/kelindar/emitter-platformer
game mqtt multiplayer multiplayer-game online platformer
Last synced: about 2 months ago
JSON representation
Making a multiplayer platformer game with emitter
- Host: GitHub
- URL: https://github.com/kelindar/emitter-platformer
- Owner: kelindar
- Created: 2019-02-23T08:03:59.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-02-23T08:53:43.000Z (about 6 years ago)
- Last Synced: 2025-01-24T02:07:07.009Z (4 months ago)
- Topics: game, mqtt, multiplayer, multiplayer-game, online, platformer
- Language: Go
- Homepage:
- Size: 9.77 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Platformer
This example demostrates a way to put things together and create a simple platformer game with a
Gopher!Use **arrow keys** to run and jump around. Press **ENTER** to restart. (And hush, hush, secret.
Press TAB for slo-mo!)The retro 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).
