fogman / nakamoto-station (public) (License: MIT) (since 2020-05-02) (hash sha1)
python pyglet game engine influenced by infiniminer and forked from work by git hub / fogleman et al
List of commits:
Subject Hash Author Date (UTC)
Update README 886f7722506103b1ac120b268544cd9c20577556 Michael Fogleman 2012-02-15 02:20:16
reticle performance, time-based queue handling, terrain generation tweaks d28386fcd85f04a3ce2ec6843b33ad1a4bfe357d Michael Fogleman 2012-01-30 19:07:58
first commit 9ad9b952348ec7fc424ab056fe2c776c69cf9741 Michael Fogleman 2012-01-30 15:31:51
Commit 886f7722506103b1ac120b268544cd9c20577556 - Update README
Author: Michael Fogleman
Author date (UTC): 2012-02-15 02:20
Committer name: Michael Fogleman
Committer date (UTC): 2012-02-15 02:20
Parent(s): d28386fcd85f04a3ce2ec6843b33ad1a4bfe357d
Signer:
Signing key:
Signing status: N
Tree: b9d875e8924318bba0db3fb48557a62693e8a83d
File Lines added Lines deleted
README 3 0
File README changed (mode: 100644) (index e69de29..79a3100)
1 Simple Minecraft-inspired demo written in Python and Pyglet
2
3 Video: http://www.youtube.com/watch?v=kC3lwK631X8
Hints:
Before first commit, do not forget to setup your git environment:
git config --global user.name "your_name_here"
git config --global user.email "your@email_here"

Clone this repository using HTTP(S):
git clone https://rocketgit.com/user/fogman/nakamoto-station

Clone this repository using ssh (do not forget to upload a key first):
git clone ssh://rocketgit@ssh.rocketgit.com/user/fogman/nakamoto-station

Clone this repository using git:
git clone git://git.rocketgit.com/user/fogman/nakamoto-station

You are allowed to anonymously push to this repository.
This means that your pushed commits will automatically be transformed into a merge request:
... clone the repository ...
... make some changes and some commits ...
git push origin main