-
Recent Posts
Archives
- March 2023
- January 2023
- May 2020
- April 2020
- March 2020
- June 2018
- July 2016
- June 2016
- May 2016
- March 2015
- February 2015
- January 2015
- December 2014
- December 2013
- November 2013
- July 2013
- June 2013
- May 2013
- March 2013
- February 2013
- January 2013
- December 2012
- November 2012
- October 2012
- September 2012
- August 2012
- April 2012
- March 2012
- February 2012
- January 2012
- December 2011
- November 2011
- October 2011
Categories
Meta
Pages
Tag Archives: nim values
Combinatorial Game Theory XI
Lesson 11 In this lesson, we will cover more on canonical forms. First recall that for m↑ + (*n) with m > 0, this game is positive except when (m, n) = (1, 1). Let’s consider the canonical forms of … Continue reading
Combinatorial Game Theory VI
Lesson 6 General Combinatorial Game Theory [ Warning: the following lesson is significantly longer than the previous ones. ] Starting from this lesson, we will look at a more rigourous, complete and general theory. Prior to this, in any game configuration both … Continue reading
Combinatorial Game Theory V
Lesson 5 We did mention in the first lesson that CGT covers games without draws. Here, we’ll break this rule and look at loopy games, i.e. games with possible draws. [ To be specific, loopy games are those where it’s … Continue reading
Posted in Notes
Tagged basic, combinatorial game theory, computer science, impartial games, loopy games, nim values, programming
5 Comments
Combinatorial Game Theory Quiz 1
This quiz lasts 70 minutes and covers materials from lessons 1-4. For A-C, determine whether the following Nim games are first or second-player wins. There is no need to find the winning move. (10 points) (10, 15, 17, 19) (7, … Continue reading
Posted in Homework
Tagged basic, combinatorial game theory, computer science, impartial games, nim, nim values
Leave a comment
Combinatorial Game Theory IV
Lesson 4 In this lesson, we will work on a large class of games, known as take-and-break games. First consider a simple example. Kayles Kayles is an example of a take-and-break game: Start with a few heaps of contiguous bottles, … Continue reading
Posted in Notes
Tagged basic, combinatorial game theory, computer science, impartial games, nim values
1 Comment
Combinatorial Game Theory III
Lesson 3 We’ve learnt Nim and we’ve learnt the Square Game. Now, let’s combine them and consider the following game, which we shall name Nim Square. Start with r heaps of stones, of sizes . Play alternates between two players: at … Continue reading
Posted in Notes
Tagged basic, combinatorial game theory, computer science, impartial games, nim values, programming
Leave a comment