• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Sudoku in GWT - Name the Features you want !!

 
Bartender
Posts: 2911
150
Google Web Toolkit Eclipse IDE Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I am going to develop the popular game sudoku in java using GWT

Here is wht i want :

1. Suggestions of what kind of screen you would like to see as a player
2. Method of number entry
3. Wishlist.


i would not require code logic,

My several friends have suggested a feature ::
Guessed number: a number you have entered but not sure of, This is not including "possible" numbers >> upto 4 numbers in corners of the box that the user
has entered.


Think like a normal player to answer this question ....
 
salvin francis
Bartender
Posts: 2911
150
Google Web Toolkit Eclipse IDE Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
another suggestion from friend:

normal entry : press number button on keyboard
add to possible list : Shift + number
Guessed Entry : Alt + number
arrow keys to move cell to cell.
 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi.

I have done a sudoku-site in GWT.

It's a multiplayer Sudoku. You can view recordings of other Sudoku players progress while you try to beet there time.
View statistics and ranking of all your previously played Sudokus. If you are fast you might break into the top 10 list.

Feel free to check it out.
Any feedback is welcome.

www.sudoku-battle.com

reply
    Bookmark Topic Watch Topic
  • New Topic