8 Queens Game
开发者 boart2k
添加到主屏幕,快捷访问
安装此游戏
点击分享按钮,然后选择“添加到主屏幕”以便快速访问此游戏。
8 Queens Game
8 Queens Game 的标签
简介
8 Queens Game is a strategy puzzle game based on the game of chess.
玩法说明
Enter coordinates in the text box to place a queen in the board. You need to place 8 or more queens to occupy all spaces in the board.
评论
panthchesh
Dec. 11, 2017
Good game. but needs an instruction screen.
Fuzzyfsh
Dec. 11, 2017
maybe when your code skills get better, we can use the mouse to click where we want a queen.
aawood
Dec. 11, 2017
Maybe have the cells clickable, rather than typing the co-ordinates? And have a way to remove a queen without resetting everything? And why is the co-rindate list so long when you can only ever have 8 queens on it?
I haven't really tried if it's possible to have more than 8 queens to fill up the board since this is only an assignment for us. Since it looks interesting I tried uploading it :) If I have time I will try to update it to make the cells clickable... thanks for the info :)
panthchesh
Dec. 11, 2017
Also you could add in other chess pieces -- how many could you fill the board with (assuming you can move forward backwards and sideways the same)
panthchesh
Dec. 15, 2017
It's impossible to have more than 8 queens -- each queen will take up one column, and you have 8 columns, so therefore you can have at most 8 queens.