Skip to content

A physics-based snooker game in java, including the basic physics principles and snooker rules or regulations.

Notifications You must be signed in to change notification settings

fantasYu-Chao/Snooker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 

Repository files navigation

*** To compile and run the source, you need to:

1. Unzip the "Snooker-master.zip";
2. Enter the unzipped file;
3. Enter the file "snooker2D" under the path of file "src";
4. Select all the ".java" java files, and copy;
5. Add a new project in Eclipse or other development environments;
6. Add a new package named "snooker2D" under the path of "src";
7. Paste the copied java files under the path of "snooker2D";
8. Run the source.

*** To execute the jar file, you need to double-click the jar file, or to:

1. Open the console of PC (for Windows, press "start", and run "cmd.exe");
2. Enter the "java -jar PATH\SnookerGame.jar" in console (PATH is the current path of jar file).

About

A physics-based snooker game in java, including the basic physics principles and snooker rules or regulations.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages