issues
search
traverseda
/
pycraft
A fork of "Minecraft in 500 lines of python" intended to someday be used as a real engine, instead of as a learning example.
MIT License
1.09k
stars
96
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Bump pyyaml from 4.2b1 to 5.4
#93
dependabot[bot]
opened
3 years ago
0
docs: fix simple typo, obtian -> obtain
#92
timgates42
opened
3 years ago
0
Better installation instructions for readme
#91
r58Playz
opened
5 years ago
0
Depend on redis? (if you use a non-unix platform, please give this a read)
#90
traverseda
opened
7 years ago
7
HUGE terrain gen improvement
#89
jdonszelmann
opened
7 years ago
2
Moved hit method to the Player.
#88
kokimame
closed
7 years ago
2
Crash and error
#87
Eragonfr
closed
1 year ago
2
The 'pip install -e .' command doesn't work
#86
charlesdong
opened
7 years ago
12
World refactor
#85
Hispar
closed
7 years ago
1
Improve README.rst
#84
LewisMCYoutube
closed
8 years ago
2
Decouple Opengl settings from world
#83
Hispar
closed
8 years ago
1
Create Storage class, for inventory.
#82
Hispar
closed
8 years ago
2
What are the Intended Target platforms for pycraft?
#81
HeadClot
closed
8 years ago
3
Update Textures
#80
JLPrescott
closed
8 years ago
2
Addressing issue #78
#79
tsukori
closed
8 years ago
1
Right click places two blocks
#78
dhalenok
closed
8 years ago
5
Fixed WeakStone
#77
dhalenok
closed
8 years ago
5
Removed WeakStone, using Stone instead
#76
dhalenok
closed
8 years ago
3
Placing WeakStone causes KeyError
#75
dhalenok
closed
8 years ago
0
Fog doesn't work on Mac
#74
bgradin
opened
8 years ago
1
Move update, collision and logic to a class character
#73
Hispar
closed
8 years ago
1
Support for the first game state - RUNNING
#72
marquesVF
closed
8 years ago
9
Remove obsolete method
#71
nitori
closed
8 years ago
2
Decoupling view and world logic.
#70
TristanTrim
opened
8 years ago
2
Fix test and use different path for test configuration file
#69
nitori
closed
8 years ago
1
Add xvfb for GUI tests to .travis.yml
#68
nitori
closed
8 years ago
0
Add travis flake8 test and fix all the code
#67
nitori
closed
8 years ago
5
Add test case for cube_vertices
#66
nitori
closed
8 years ago
1
Add durability to blocks. Move common params to world object
#65
Hispar
closed
8 years ago
1
Move configuration data to configuration file
#64
Hispar
closed
8 years ago
0
Allow controls configuration
#63
Eijebong
closed
8 years ago
4
Repairs of test_util and upgrade of test_Licences
#62
4rokis
closed
8 years ago
1
test_licences failing
#61
4rokis
closed
8 years ago
4
Basic Work? (Finding new textures)
#60
JLPrescott
opened
8 years ago
14
normalize
#59
4rokis
closed
8 years ago
1
Fixed the whitespace in configuration.py
#58
traverseda
closed
8 years ago
0
Slightly better show / hide block queue.
#57
TristanTrim
closed
8 years ago
1
Regular rather than matrix addition
#56
TristanTrim
opened
8 years ago
5
Infinite terrain generator
#55
TristanTrim
closed
8 years ago
0
Destroying hidden blocks causes keyerror.
#54
TristanTrim
opened
8 years ago
0
Current queue is stupid.
#53
TristanTrim
opened
8 years ago
0
make coveralls badge work
#52
johndikeman
closed
8 years ago
1
Fix players being able to place blocks inside of themselves
#51
johndikeman
closed
8 years ago
0
Resolved spawning, brick placement, and inventory bug.
#50
koubio
closed
8 years ago
0
revert changing normalize to use floor()
#49
ghevcoul
closed
8 years ago
2
A simple and initial proposal of GameState support
#48
marquesVF
closed
8 years ago
2
Define a structure for Game States
#47
marquesVF
opened
8 years ago
1
Unit tests for util.py and configuration.py
#46
ghevcoul
closed
8 years ago
1
util.normalize() is rounding?
#45
ghevcoul
closed
8 years ago
9
Add inventory quantities and label to indicate current block
#44
koubio
closed
8 years ago
2
Next