Jump to main content

Go Fish! Creating an Ocean-Friendly Fishing Video Game

1
2
3
4
5
103 reviews

Abstract

Video games are entertainment, but like other such media (say Oscar-winning movies or award-winning books), they can also point out challenges facing people. In this science project, you will design and create a fishing video game that teaches the player about which fish are plentiful enough to catch and which fish are not because their population is declining. Maybe your game can help solve the problem of over-fishing and help sustain healthy fish populations. All while having fun of course!

Summary

Areas of Science
Difficulty
 
Time Required
Average (6-10 days)
Prerequisites
None
Material Availability
Readily available
Cost
Very Low (under $20)
Safety
No issues
Credits

Michelle Maranowski, PhD, Science Buddies

Objective

To design and create a fishing video game in which the player scores points for catching sustainable, or "Best Choice," fish but scores nothing for catching "Avoid" fish.

Introduction

Do you fish? Many people see fishing as a fun hobby, whether they do it off the side of a dock, from the deck of a sport-fishing boat, or even from the comfort of their couch with a fishing video game. But for others, fishing is not just a hobby – it is a job and a way to put food on tables across the world. The problem is some fish populations are declining quickly worldwide, and reports suggest that these changes are affecting the jobs of fishermen, the health of the oceans, and even the hobby of a weekend fisher. Part of the solution may lie in changing, at least temporarily, what fish humans eat in order to give the endangered fish populations time to recover. Marine research and education organizations like aquariums are strong advocates of this approach. But the question is: How do you get the message out about which fish are environmentally responsible to eat and which are not? The answer may lie in another form of entertainment – video games!

In this video and computer game project, you will educate your players about the fragility of ocean life by making a computer fishing game. You can do so using a programming language of your choice. You can join the effort to save the oceans by teaching your friends and family about the kinds of fish that are plentiful enough to eat and others that are declining and would be better left alone.

Before you dive into creating your video game, however, you might want to know a little more about what is happening to the fish under the ocean surface. Scientists estimate that human activity has led to the removal of 90% of the world's predatory fish, including sharks, swordfish, and codfish. According to the Monterey Bay Aquarium Seafood Watch, factors that affect ocean life, specifically fish species, are overfishing, illegal fishing, habitat damage, bycatch, and lack of management. Let us look at overfishing, illegal fishing, and bycatch.

Overfishing is the act of catching fish faster than they can replace themselves. Fish like orange roughy (see Figure 1, which shows a trawler net of the fish) and rockfish don't reach breeding age for several decades and are vulnerable to overfishing. Rockfish, a species that inhabits waters along the West Coast of the United States and can live to be 100 years old, has been severely depleted due to overfishing. In 1992, the codfish population in Canada collapsed due to overfishing. Approximately 40,000 people lost their jobs, and the codfish population has not recovered.

Fishing net is filled with many orange fish

Figure 1. This trawler net is full of orange roughy and bycatch caught in international waters in the Tasman Sea. Orange roughy can live up to 150 years. (© Greenpeace/Roger Grace)

Some desperate pirate fishermen are willing to break the law to make an income. Unfortunately, this affects worldwide fish populations. Pirate fishermen take undersized fish illegally, fish in closed areas, take more fish than allocated to them, or use illegal gear. Illegal fishing puts unsustainable pressure on fish stocks and habitats because the fish needed to build the next generation are lost.

Bycatch occurs when fishermen use less selective equipment, like bottom trawls and longlines, to catch fish, and instead of just catching the fish they want, also catch fish that they don't want. The fishermen often throw the bycatch back into the water either dead or dying. Longlines are hooked and baited lines that can reach lengths of 50 miles. These devices catch anything that wanders into its path. Bottom trawls drag along the bottom of the ocean floor catching anything in its wake. Bycatch isn't just unwanted fish; it can also include sea turtles, whales, dolphins, sharks, and even seabirds.

These practices have left some fish populations severly reduced. In order to give them the chance to breed and recover, marine biologists are recommending they be fished minimally or not at all. For that to work, consumers need to get the message so they can make informed choices when buying groceries or dining out. Your video game can help spread the message in a fun and memorable way.

Terms and Concepts

Questions

Bibliography

Read the report "America's Living Oceans: Charting a Course for Sea Change" to understand the Pew Ocean Commission's findings on the state of the world's oceans.

  • Pew Charitable Trusts. (2011). Pew Ocean Conservation. Retrieved December 22, 2017.
  • The National Geographic Society. (2011). Overfishing. The Ocean. Retrieved July 25, 2011.

This page will help you get started with a beginner-friendly programming language you can use to make a video game:

Materials and Equipment

Experimental Procedure

Note: This engineering project is best described by the engineering design process, as opposed to the scientific method. You might want to ask your teacher whether it's acceptable to follow the engineering design process for your project before you begin. You can learn more about the engineering design process in the Science Buddies Engineering Design Process Guide.

Planning Your Fishing Game

  1. In this video and computer games science project, you will create a fishing game that not only entertains the player but also educates him or her about the fragility of life in our oceans and the right kinds of fish to eat. The goal for the player is to catch as many "good" fish as possible and not catch the "to avoid" fish as each type swims by the player's fishing rod or hook. The player will get points for every good fish he or she catches during an allotted amount of time.
  2. The first thing you should do is decide which programming language you will use to make a video game. If you aren't sure where to start, review the information on the Kid-Friendly Programming Languages and Resources page.
  3. Before you start making your own video game, you should do some basic tutorials to learn how to use the language you chose.
  4. Once you have completed some tutorials, and you feel comfortable with the programming environment, it is time to start the project. As noted at the beginning of this procedure, this project follows the Engineering Design Process.
    1. Remember, if you run into trouble making your game, or feel as if you want more practice before tackling this project, the links to the home pages for the various programming langaues contain many more helpful resources and forums where you can ask questions.
  5. Define the problem. In this case, you will create a fun and educational fishing game. Refer to the Science Buddies Define the Problem page to help you set the boundaries for the project.
  6. Do background research. The purpose of this game is to teach the player about the right kinds of fish to consume. Start at the Monterey Bay Aquarium Seafood Watch website to determine the "Best Choices," "Good Alternatives," and "To Avoid" fish for your region. You should also start thinking about the goals of building a successful video game.
  7. Develop the project requirements. The project requirements are the characteristics that your video game must have to be a successful and educational video game. Refer to the Science Buddies Design Requirements section to get tips on how to formulate your game's design requirements. Here are some ideas to consider when formulating the requirements.
    1. What kind of fish sprites (i.e. images or animations) do you want to use? How many of each kind ("Best Choices," "Good Alternatives," and "To Avoid")? What kind of fishing rod/hook sprite will you use?
    2. What other sprites do you need-bubbles or kelp-that will help set the scene?
    3. How long should the game last? What event will you use to control time? Where will it occur?
    4. How fast should the background and fish move?
    5. How many points will each category of fish earn the player? Will the player get points subtracted for fish they shouldn't catch?
    6. What will happen when your fishing rod hooks (or collides) with a fish? How will the fish move out of the water?
    7. Will there be sound in the game? If yes, will the sound be used during the entire game or only when a fish is caught?

Creating Your Fishing Game

  1. Create and analyze solutions. Keeping your project requirements in mind, think about different ways that you could build your game. Take a look at this Science Buddies document on Creating Alternative Solutions to guide your efforts. Once you have developed a few solutions, analyze the solutions by making rough sketches and flowcharts for each one. Refer to Science Buddies Best Solution document to help you pick a working solution.
  2. Build and test a sample video game. Once you have created a set of requirements and a possible solution, it is time to open your programming environment and start working on building a sample video game. Make a fish and have it swim around in your ocean (exactly how you do this will depend on your programming language). Remember to review your requirements so that you keep yourself focused on the task. Review this Science Buddies Prototyping document.
  3. Program your video game. Keep testing the game as you work. When you have fulfilled a requirement or task, run the game and test it out.
  4. Break the game programming up into smaller tasks so that the project is not overwhelming.
    1. Test the game along the way so that you can fix small issues as they come up. This will prevent your having a long set of events at the end that don't work.
    2. Once you have finished your game, check to see that all of the project requirements are fulfilled.
  5. Test and redesign. Review the Science Buddies Test and Redesign document to help organize your work. Test your game out on your family and friends. Take notes on what your players enjoyed and didn't enjoy about the game. Use their feedback to improve your game.

The Final Product: Presenting Your Game

  1. When presenting your game at your science fair, try to bring in a computer. If you are not able to do so, take screenshots of your work, print them out, and mount them to a poster board.
    1. If you need help taking screenshots ask a teacher or someone else familiar with the computer for help.
  2. You should include the following items in your presentation:
    1. A list of the project requirements that guided your creation of the video game.
    2. The rough sketches or flowchart that describes how the game works.
    3. An explanation of what you learned from your research and from creating the video game.
  3. If you would like to publish your game for a wider audience to view, many of the links on the Kid-Friendly Programming Languages and Resources page have options for uploading your game to a website.
icon scientific method

Ask an Expert

Do you have specific questions about your science project? Our team of volunteer scientists can help. Our Experts won't do the work for you, but they will make suggestions, offer guidance, and help you troubleshoot.

Global Connections

The United Nations Sustainable Development Goals (UNSDGs) are a blueprint to achieve a better and more sustainable future for all.

This project explores topics key to Sustainable Cities and Communities: Make cities inclusive, safe, resilient and sustainable.
This project explores topics key to Life Below Water: Conserve and sustainably use the oceans, seas and marine resources.

Variations

  • Experiment with changing the speed of the fish as the game progresses.
  • Indicate to the player when they have caught a good fish or a bad fish. This will help educate the player about life in the oceans.

Careers

If you like this project, you might enjoy exploring these related careers:

Career Profile
If you've ever watched a cartoon, played a video game, or seen an animated movie, you've seen the work of multimedia artists and animators. People in these careers use computers to create the series of pictures that form the animated images or special effects seen in movies, television programs, and computer games. Read more
Career Profile
Are you interested in developing cool video game software for computers? Would you like to learn how to make software run faster and more reliably on different kinds of computers and operating systems? Do you like to apply your computer science skills to solve problems? If so, then you might be interested in the career of a computer software engineer. Read more
Career Profile
Do you enjoy going to the ocean? Do you like examining all of the marine creatures in tide pools? Do you read up on the different kinds of ocean mammals and fish for fun? If this is the case, then you may be the right fit for a career as a marine biologist. Marine biology is the study of ocean aquatic organisms, their behaviors, and their interactions with the environment. Because this field of study is an intersection of zoology, biology, and technology, marine biologists can apply their… Read more
Career Profile
Have you tried to install new video-game software or connect a new printer to your computer? Doing something like this can be a little scary because of concerns about what may happen to your computer if you don't do it properly. So you read the instructions pamphlet that came with the software or printer and follow it step by step. Thankfully, the instructions are clear and you are successful with the installation! You can credit a technical writer for creating those helpful directions that… Read more

News Feed on This Topic

 
, ,

Cite This Page

General citation information is provided here. Be sure to check the formatting, including capitalization, for the method you are using and update your citation, as needed.

MLA Style

Science Buddies Staff. "Go Fish! Creating an Ocean-Friendly Fishing Video Game." Science Buddies, 22 June 2021, https://www.sciencebuddies.org/science-fair-projects/project-ideas/Games_p026/video-computer-games/creating-an-ocean-friendly-fishing-video-game. Accessed 19 Mar. 2024.

APA Style

Science Buddies Staff. (2021, June 22). Go Fish! Creating an Ocean-Friendly Fishing Video Game. Retrieved from https://www.sciencebuddies.org/science-fair-projects/project-ideas/Games_p026/video-computer-games/creating-an-ocean-friendly-fishing-video-game


Last edit date: 2021-06-22
Top
We use cookies and those of third party providers to deliver the best possible web experience and to compile statistics.
By continuing and using the site, including the landing page, you agree to our Privacy Policy and Terms of Use.
OK, got it
Free science fair projects.