1
I Use This!
Activity Not Available

Commits : Listings

Analyzed about 1 year ago. based on code collected about 1 year ago.
Jan 19, 2023 — Jan 19, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Use the rust nightly builds directly More... over 10 years ago
Merge branch 'master' of github.com:ujh/iomrascalai More... over 10 years ago
Display the rust version used in the Travis build More... over 10 years ago
Add Google Group More... over 10 years ago
Add Travis CI status image More... over 10 years ago
Add Thomas to the AUTHORS More... over 10 years ago
First try at a Travis CI configuration More... over 10 years ago
Small clarifications in the README when it comes to code contributions More... over 10 years ago
Merge pull request #1 from TisButMe/implement-board
Thomas Poinsot
as Thomas P
More... over 10 years ago
Fixed up the Board constructor not to use mutable data More... over 10 years ago
Changed the play() method to output an updated copy of the board instead of mutating in place More... over 10 years ago
Removed the extra println!() in main More... over 10 years ago
Split up the tests to be more descriptive More... over 10 years ago
Changed the display of the board to have the same conventions as GnuGo More... over 10 years ago
Added my name as copyright holder More... over 10 years ago
Added hoshis to the show() method, and some comments for clarity More... over 10 years ago
Added a show method, and fixed the play method, which used to index from the top-left instead of the bottom-left, which is the usual way in Go More... over 10 years ago
Added an incomplete implementation of a chain More... over 10 years ago
Fixed the tests that failed because of the addition of the komi, and added a test for the komi-getting method More... over 10 years ago
Added a simple implementation of a go board, with the ability to get the color of an intersection, and to set the komi. The komi is currently stored as f32, which might not be a good idea, but should be enough for the moment More... over 10 years ago
Clarify the usage of pair programming in the README More... over 10 years ago
A less complex make setup without external crates More... over 10 years ago
Test make target More... over 10 years ago
Working Makefile More... over 10 years ago
Makefile to compile everything (still work in progress) More... almost 11 years ago
Merge branch 'master' of github.com:ujh/iomrascalai More... almost 11 years ago
Ignore content of lib and bin directories More... almost 11 years ago
Add bin and lib directories More... almost 11 years ago
Turn board into an external crate More... almost 11 years ago
AUTHORS file More... almost 11 years ago