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)
README update for Mac 32-bit issue #7, and installing git+pip on various platforms e1dd181c3688bbf83dd515daf5d375da6855b419 richvel 2013-04-02 12:48:39
Update README.md fae6988d441345efaa4c27d3c0ee833d5999a257 Michael Fogleman 2013-04-01 12:55:07
How to play instructions in README 8bc3605f26a4f428bed4ea1fa31ee62654c2a44e richvel 2013-04-01 10:09:33
keys 1 - 0, not 0 - 9 5d6190b600f5fc98d16e7b459b55d44a5860fef7 Michael Fogleman 2013-03-31 23:49:26
Suggest multiple ways to run in OS X 84e6e2e1c45bdcbd18105258dc501c207c101aa1 Adam McKerlie 2013-03-31 17:34:59
Tweaked textures to be more vibrant and simillar to original Minecraft f5827045a0022a04cba25bda68dec73989d90b6e Piotr Grabowski 2013-03-31 16:22:36
Use Pyglet 1.2 for OS X 6c348ae97adabac3e234295c40aa5d2617cf1eb9 Adam McKerlie 2013-03-31 13:10:44
Added support for creating all types of breakable blocks. e825d879f9c1cd9b395451187297780592fea83b geppettodivacin 2013-03-31 04:08:19
use GLfloat instead of c_float 7042d8cb277aed7bdd4c875f9ff647bff7156898 Michael Fogleman 2013-03-31 00:24:41
Update README.md 915700d390e41b804e2256bbc8a57e6c7eeadf3e Michael Fogleman 2013-03-29 13:36:19
markdown readme c7fe87c43b7fec820d2d9264c9ba4df7543882cd Michael Fogleman 2013-03-29 13:33:12
added draw_focused_block 7106671b10592bc89143578fcd0ad136f0827fbb Michael Fogleman 2013-03-29 12:50:23
TextureGroup path argument ffdd5424d24279deab630b414f69812b7a9586b8 Michael Fogleman 2013-03-29 12:43:06
removed TEXTURE_DATA, just load it from file 06133b00b0e90d797c048ac1b824c0f9df619d47 Michael Fogleman 2013-03-29 12:31:31
A more majestic jump/gravity combination 50247398b898bd6de3bbb8fd4b9e8c9becc1bb70 Yuval Greenfield 2013-03-29 11:42:48
Fixed ctypes error and load directly from PNG 6e7f962125cc0f50351c5892620561433b6435fe blain maguire 2013-03-05 17:03:41
added LICENSE 92356317b25c36c0fd73929ccb6b9e665d02a260 Michael Fogleman 2013-02-03 20:25:19
Jump height and mouse sensitivity in main.py a81e11aaa49aac578b572935a19938fd2e4af48c H34l0r 2012-10-23 09:23:10
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
Commit e1dd181c3688bbf83dd515daf5d375da6855b419 - README update for Mac 32-bit issue #7, and installing git+pip on various platforms
Author: richvel
Author date (UTC): 2013-04-02 12:48
Committer name: richvel
Committer date (UTC): 2013-04-02 12:59
Parent(s): 95bf6cb95b38c934cf9fcdabdd827aeda44a7cdf
Signing key:
Tree: d499a296e2c92f9e836a51e12f24145f69033a97
File Lines added Lines deleted
README.md 24 2
File README.md changed (mode: 100644) (index 3054aa7..ca16aa9)
... ... http://www.youtube.com/watch?v=kC3lwK631X8
11 11 cd Minecraft cd Minecraft
12 12 python main.py python main.py
13 13
14 On Mac OS X, you may have an issue with running Pyglet in 64-bit mode. Try running Python in 32-bit mode first.
14 ### Mac
15
16 On Mac OS X, you may have an issue with running Pyglet in 64-bit mode. Try running Python in 32-bit mode first:
15 17
16 18 arch -i386 python main.py arch -i386 python main.py
17 19
18 Or, try Pyglet 1.2 which supports 64-bit mode.
20 If that doesn't work, set Python to run in 32-bit mode by default:
21
22 defaults write com.apple.versioner.python Prefer-32-Bit -bool yes
23
24 This assumes you are using the OS X default Python. Works on Lion 10.7 with the default Python 2.7, and may work on other versions too. Please raise an issue if not.
25
26 Or try Pyglet 1.2 alpha, which supports 64-bit mode:
19 27
20 28 pip install https://pyglet.googlecode.com/files/pyglet-1.2alpha1.tar.gz pip install https://pyglet.googlecode.com/files/pyglet-1.2alpha1.tar.gz
21 29
30 ### If you don't have pip or git
31
32 For pip:
33
34 - Mac or Linux: install with `sudo easy_install pip` (Mac or Linux) - or find a package called something like 'python-pip' in Linux and install in your package manager.
35 - Windows: [http://stackoverflow.com/a/12476379/992887](install Distribute then Pip) using the linked .MSI installers.
36
37 For git:
38
39 - Mac: install [Homebrew](http://mxcl.github.com/homebrew/) first, then `brew install git`.
40 - Windows or Linux: see [Installing Git](http://git-scm.com/book/en/Getting-Started-Installing-Git) from the _Pro Git_ book.
41
42 See the [https://github.com/fogleman/Minecraft/wiki](wiki) for this project to install Python, and other tips.
43
22 44 ## How to Play ## How to Play
23 45
24 46 ### Moving ### Moving
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