0
I Use This!
Inactive

Commits : Listings

Analyzed 2 days ago. based on code collected 3 days ago.
Jun 23, 2023 — Jun 23, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Added board_row class to Go and DFT boards, with style white-space: nowrap; More... over 17 years ago
Refactored Go a bit, taking the board updating out of the model and into boardupdater.py More... over 17 years ago
footer.html, 404.html, and sitemap.html created More... over 17 years ago
Corrected go css file location to /site_media/css/go/go.css More... over 17 years ago
Initial DFT implementation. Serialized board via json, models for DFT_Game and DFT_Character. Functionality limited to moving a squire around a board. More... over 17 years ago
Serialized Go More... over 17 years ago
Fixes to gameroom.js and go models. More... over 17 years ago
added javascript/games/gameroom.js as an improved version of gogame2.js that GETs the whole board instead of incremental updates. More... over 17 years ago
Add the necessary path for hackish handling of webfaction template directories. More... over 17 years ago
A Monte Carlo-based hex player, now the standard for diksel. More... over 17 years ago
Hex in Django. Uses the Django database for a single TextField, but doesn't use Django templating. More... over 17 years ago
Refactor the Handler in simple_http_hex to remove the parts still usable in Django into the HtmlHexHandler. More... over 17 years ago
Eliminate the in-memory board for simple_http_hex, so storage is now entirely filesystem-backed. More... over 17 years ago
Added serialization and deserialization of hex games, so a game state can be saved to disk or to a database, and the game resumed later. More... over 17 years ago
Move hex.py to hexgame.py for real. Unfortunately it seems this will break the svn history, but svn move is not working. More... over 17 years ago
Fix some critiques left by Dan. More... over 17 years ago
Move hex.py to hexgame.py so it doesn't squash the builtin hex. More... over 17 years ago
Move all hex unit tests to the Django unit testing framework. More... over 17 years ago
Converted one hex unit test to the django unit testing framework. More... over 17 years ago
os.sys.platform checks in settings.py More... over 17 years ago
A bunch of hex heuristics, all of which still suck. More... over 17 years ago
favicon.ico and if/else TEMPLATE_DIRS More... over 17 years ago
css link for gogameroom More... over 17 years ago
playerbox.js and go_index.html More... over 17 years ago
templates_go_playerbox.html More... over 17 years ago
Go templates More... over 17 years ago
yui More... over 17 years ago
Removing wrong filenmae More... over 17 years ago
Folders for yui More... over 17 years ago
Go images More... over 17 years ago