8 Queens Game

8 Queens Game

oleh boart2k
Laporkan bug
Laporkan Game
Loading ad...

8 Queens Game

Rating:
2.3
Dirilis: December 11, 2017
Terakhir diperbarui: December 11, 2017
Pengembang: boart2k

Tag untuk 8 Queens Game

Deskripsi

8 Queens Game adalah game puzzle strategi berbasis catur.

Cara Bermain

Masukkan koordinat di kotak teks untuk menempatkan ratu di papan. Kamu harus menempatkan 8 atau lebih ratu untuk mengisi semua ruang di papan.

Komentar

0/1000
panthchesh avatar

panthchesh

Dec. 11, 2017

2
0

Good game. but needs an instruction screen.

Fuzzyfsh avatar

Fuzzyfsh

Dec. 11, 2017

3
1

maybe when your code skills get better, we can use the mouse to click where we want a queen.

aawood avatar

aawood

Dec. 11, 2017

1
0

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?

boart2k
boart2k Developer

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 avatar

panthchesh

Dec. 11, 2017

1
0

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 avatar

panthchesh

Dec. 15, 2017

2
0

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.