Forum     

Go Back   Digit Technology Discussion Forum > Software > Open Source
Register FAQ Calendar Mark Forums Read

Open Source A place where you can talk to like-minded people about the fastest growing software movement today! Discuss anything and everything about Open Source software and Operating Systems.

Closed Thread
 
LinkBack Thread Tools Display Modes
Old 08-10-2005, 12:14 PM   #1 (permalink)
Broken In
 
tech_cheetah's Avatar
 
Join Date: Jul 2005
Location: Gurgaon
Posts: 150
Default Sudokool - testing phase

---plz ignore this post n scroll down for latest developments in Sudokool---

Dear Friends .. Hi !!!
Here is a testing job for u people.
I have modified the Sudokool game and optimised the display to work in linux.However it may be possible that still the game window doesn't give the desired look on ur distro. Don't worry i have made the game window resizable this time. So u can resize the game window according to ur needs.
I have tested it on my FC4 (KDE 3.4 with 1024x768 display).
U will have to install jre 5 for linux for running Sudokool. get it here
Screenshot:

Get the zip archive here
U r advised to read Readme.htm file in the archive.
Please report two points in this thread ...
1. Are the sound events in the game working ?
2. Is the game able to read saved games,records and library puzzles ?
I have not been able to test the above two bcoz even after installing jre 5 FC4 is still using the gcj (default java libraries) which were shipped with it.I had to compile the game on windows n then i could only check the GUI in FC4
tech_cheetah is offline  
Advertisements. Register and be a member of the community to get rid of them.
Advertisement

Old 08-10-2005, 01:05 PM   #2 (permalink)
FooBar Guy
 
GNUrag's Avatar
 
Join Date: Jun 2004
Location: GNUmbai
Posts: 1,245
Default

Where is the source code @tech_cheetah?
I would like to make some change in it.
__________________
- --
http://www.MovieAB.com - A tiny movie mashup!
GNUrag is offline  
Old 08-10-2005, 01:38 PM   #3 (permalink)
Wise Old Owl
 
desertwind's Avatar
 
Join Date: Nov 2004
Location: Hyderabad
Posts: 1,096
Default

OK, now its better, but still got problems while resizing the window.
have a look.


1. Sound events are working.
2. the game is able to save, read the saved games and library puzzles. But it'd be nice if you have a browse button or a lost of saved games whie opening saved games.

and where's sourcecode ? may be we people can help if you post the source code.
__________________
Sometime you'll think you understand everything

...Then you'll regain consciousness
desertwind is offline  
Old 08-10-2005, 05:15 PM   #4 (permalink)
Broken In
 
tech_cheetah's Avatar
 
Join Date: Jul 2005
Location: Gurgaon
Posts: 150
Default

Ok buddy ..
keeping with the spirit of open source software, I will include the source code in the game. I know it will be difficult for u people to understand the code so let me include in the game what u have suggested n then i will post the game n u can make changes.
Thanks alot for ur help
__________________
Be honest . By that way u can be sure that the world is short of atleast one rascal.
tech_cheetah is offline  
Old 08-10-2005, 06:15 PM   #5 (permalink)
FooBar Guy
 
GNUrag's Avatar
 
Join Date: Jun 2004
Location: GNUmbai
Posts: 1,245
Default

Quote:
Originally Posted by tech_cheetah
I know it will be difficult for u people to understand the code so let me....
No, it wont be
__________________
- --
http://www.MovieAB.com - A tiny movie mashup!
GNUrag is offline  
Old 09-10-2005, 11:58 AM   #6 (permalink)
Broken In
 
tech_cheetah's Avatar
 
Join Date: Jul 2005
Location: Gurgaon
Posts: 150
Default

---EDITED---for new Sudokool link scroll down to latest post ---

Hi Friends
I have fixed the things..
Now the game window is resizable and the grid lines also get dynamically positioned according to need. Moreover once u resize the window n exit the game, the window size will be saved and next time the game will load the previously saved window size.I have also added file chooser/browser in save/load option for making things easy. I would request u to test the game in both windows n linux (I have tested on my pc on both the platforms).Please report the following points :
1. Is file chooser/browser working properly ? Is it opening in the default saves directory ?
2. Is the window now resizing properly with grid lines in proper positions ?
Get the updated Sudokool here
Please post the screenshot if the display is not proper ?
I would request u to post any suggestions in this thread. I will try to make suitable additions in the game. But if u still want to take headache urself, then u can get the source code on my homepage link given in Readme.htm file in the archive.
__________________
Be honest . By that way u can be sure that the world is short of atleast one rascal.
tech_cheetah is offline  
Old 09-10-2005, 01:05 PM   #7 (permalink)
Broken In
 
tech_cheetah's Avatar
 
Join Date: Jul 2005
Location: Gurgaon
Posts: 150
Default

Please tell me how can i configure my FC4 to use the JDK 5 instead of the default gcj. I tried editing /etc/java.conf but it didn't work.
__________________
Be honest . By that way u can be sure that the world is short of atleast one rascal.
tech_cheetah is offline  
Old 09-10-2005, 03:35 PM   #8 (permalink)
Wise Old Owl
 
desertwind's Avatar
 
Join Date: Nov 2004
Location: Hyderabad
Posts: 1,096
Default

For working jdk over gcj , expot the PATH. If the installation directory is /usr/java/jdk1.5.0_05, you need to put the bin subdirectory into your PATH.
Code:
export JAVA_HOME=/usr/java/jdk1.5.0_05 
PATH=$JAVA_HOME/bin:$PATH
Add these lines to ~.bash_profile

In order to pick up the PATH changes, log all the way out, then back in.
__________________
Sometime you'll think you understand everything

...Then you'll regain consciousness
desertwind is offline  
Old 09-10-2005, 05:41 PM   #9 (permalink)
Alpha Geek
 
Join Date: Dec 2003
Posts: 780
Default

Operating system : Linux (2.4.29 / Slackware 10.1)
Resolution : 800x600

Resizing - Works well, the grid gets repositioned well, there are some minor misplacements occasional, but nothing big.

Sound - I could hear some kind of a crashing noise on filling some squares, but they seemed quite inconsistant.

File browser - works well.

All in all, I must say - good job!
__________________
Hardware - Celeron 266 MHz, 128MB RAM, Intel i740 8MB RAM
Software - Slackware Linux 10.1; Archlinux 0.7; Windows 98 SE
Humanware - GS/CS C++ L+++ w b+++ DI+ D+ e
ujjwal is offline  
Old 10-10-2005, 06:54 PM   #10 (permalink)
Broken In
 
tech_cheetah's Avatar
 
Join Date: Jul 2005
Location: Gurgaon
Posts: 150
Default

hi friends !!!
Thanks for ur help.
Since the game is made in java, which is plaform independent,I hope it will work on other OS like Solaris,Mac etc. also.
So here i think is the final version of Sudokool (at last).
download
Please feel free to share this game on other linux forums.
__________________
Be honest . By that way u can be sure that the world is short of atleast one rascal.
tech_cheetah is offline  
Closed Thread

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT +5.5. The time now is 10:27 AM.


Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2012, vBulletin Solutions, Inc.

Search Engine Optimization by vBSEO 3.3.2