Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/icza/java-fishing
Fishing is a 2D skill game.
https://github.com/icza/java-fishing
boat fisher game physics
Last synced: 10 days ago
JSON representation
Fishing is a 2D skill game.
- Host: GitHub
- URL: https://github.com/icza/java-fishing
- Owner: icza
- Created: 2015-03-16T10:08:09.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2022-08-12T13:44:35.000Z (over 2 years ago)
- Last Synced: 2024-11-24T09:14:11.724Z (2 months ago)
- Topics: boat, fisher, game, physics
- Language: Java
- Homepage:
- Size: 47.9 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
# Fishing #
## A 10 KB application created for the Sun developer event: _Java technology turns 10_ ##
|Title:|Fishing|
|:-----|:------|
|Competition category:|“10 éves a Java” 10 KB special category|
|Author:|András Belicza|
|Application category:|Game/Entertainment|
|Requirements:|Java 5.0 runtime environment|
|(Jar) size:|10,106 byte = 9.869 KB|
|Project status:|completed/stable as of 2005|
|Awards:|[![](http://mac.softpedia.com/base_img/softpedia_free_award_f.gif)](http://mac.softpedia.com/progClean/Fishing-Clean-65187.html)|## Screenshot ##
![http://lh5.ggpht.com/_jDMClHrENz8/SRAlWji-WbI/AAAAAAAAGiE/Lw6wM-2G1wA/s800/Fishing%20usage%2002.JPG](http://lh5.ggpht.com/_jDMClHrENz8/SRAlWji-WbI/AAAAAAAAGiE/Lw6wM-2G1wA/s800/Fishing%20usage%2002.JPG)[More screenshots...](../wiki/Screenshots.md)
## Description ##
Fishing is a 2D skill game. You can see the level from the side, which has 2 parts: water and air divided by the water surface. Your task is to control a boat floating on the surface, and catch as many fish as you can. You can move the boat horizontally – left/right on the surface, and you can move your fishing net vertically – up/down. The fishes comes from both left and right, and they swim through the scene. Once a fish leaves the scene it’s considered as a “missed fish”. Game ends when you miss 10 fishes.As time goes by during the game, catching fishes will get more and more difficult: fishes get faster, more fish can swim through the scene at a time, the waves of the surface and their drifting effect grow bigger and bigger.
You can move the boat and the net with the cursor keys, and you can pause the game at any time with the space. By pressing F1 you get a little help.