forked from len0rd/rockbox
		
	git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23009 a1c6a512-1295-4272-9138-f99709370657
		
			
				
	
	
		
			8 lines
		
	
	
	
		
			343 B
		
	
	
	
		
			TeX
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
	
		
			343 B
		
	
	
	
		
			TeX
		
	
	
	
	
	
| \subsection{Reversi}
 | |
| 
 | |
| This is a simple implementation of the Reversi game. The objective of
 | |
| the game is to have a majority of own colored pieces showing at the end
 | |
| of the game. The game rules can be found in the internet.
 | |
| 
 | |
| You can choose to play manually (you place both the white and dark pieces)
 | |
| or to play against a (not very smart) robot.
 |