This website works better with JavaScript.
Home
Explore
Help
Sign In
ObsidianBlk
/
Goldbox64
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Legend of the Gold Box... A game written for the LOWREZJAM 2018 game jam
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
84
Commits
1
Branch
Tree:
eee121c318
master
0.1-LOWREZJAM-2018-Release
Branches
Tags
${ item.name }
Create branch
${ searchTerm }
from 'eee121c318'
${ noResults }
Goldbox64
/
.gitignore
.gitignore
57B
Raw
Normal View
History
Removed Application class. Added some new systems in game/gbe
6 years ago
Updated gitignore to ignore log directories
6 years ago
Ignoring 'work' directories. This is for my development.
6 years ago
Had to make a little adjustment due to a video resize bug in Linux
6 years ago
Hiding directories used by PyInstaller
6 years ago
1
2
3
4
5
6
7
8
__pycache__/
logs/
work/
*.pyc
*.swp
*.spec
build/
dist/