This website requires JavaScript.
Explore
Help
Sign In
josh
/
treacherous-terrain
Watch
1
Star
0
Fork
0
You've already forked treacherous-terrain
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
114
Commits
1
Branch
0
Tags
Commit Graph
6 Commits
Author
SHA1
Message
Date
Josh Holtrop
8f29d08fe9
decrease player hover when not above tile (just on client for now)
2012-09-29 21:11:09 -04:00
Chris Peterson
ba0bc9b77d
Multiplayer framework in place (can now connect multiple clients and view them in game)
...
Fixed some bugs with multiplayer Changed from refptr<map<U8, Player> > to map<U8, refptr<player> >
2012-09-25 20:36:11 -04:00
Josh Holtrop
56fb845630
chmod -x some source files
2012-09-13 22:57:00 -04:00
Josh Holtrop
013f0f30ab
Map is an array of HexTiles
2012-09-11 23:13:33 -04:00
Josh Holtrop
19b3a79f33
add HexTile class
2012-09-09 23:25:48 -04:00
Josh Holtrop
2c7e454ca8
add a simple Map class and draw it from the Client
2012-08-20 20:13:41 -04:00