Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vbsw/jnr-demo
Jump 'n Run demo
https://github.com/vbsw/jnr-demo
demo game glfw go golang jumpnrun platformer
Last synced: 2 months ago
JSON representation
Jump 'n Run demo
- Host: GitHub
- URL: https://github.com/vbsw/jnr-demo
- Owner: vbsw
- License: bsl-1.0
- Created: 2020-05-03T08:32:24.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-08-05T17:29:25.000Z (over 3 years ago)
- Last Synced: 2024-08-03T23:25:26.456Z (6 months ago)
- Topics: demo, game, glfw, go, golang, jumpnrun, platformer
- Language: Go
- Size: 13.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-golang-repositories - jnr-demo
README
# Jump 'n Run Demo
[![Go Report Card](https://goreportcard.com/badge/github.com/vbsw/jnr-demo)](https://goreportcard.com/report/github.com/vbsw/jnr-demo) [![Stability: Experimental](https://masterminds.github.io/stability/experimental.svg)](https://masterminds.github.io/stability/experimental.html)
## About
Jump 'n Run Demo is a demo of simple platformer (jump 'n run) game mechanics. It is programmed using Go and GLFW. Jump 'n Run Demo is published on .## Copyright
Copyright 2020, Vitali Baumtrok ([email protected]).Jump 'n Run Demo is distributed under the Boost Software License, version 1.0. (See accompanying file LICENSE or copy at http://www.boost.org/LICENSE_1_0.txt)
Jump 'n Run Demo is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the Boost Software License for more details.
## References
- https://golang.org/doc/install
- https://git-scm.com/book/en/v2/Getting-Started-Installing-Git