Skip to content
This repository has been archived by the owner on Oct 5, 2020. It is now read-only.

This is a very small project that I created for my grade 12 computer science course.

Notifications You must be signed in to change notification settings

int-y1/ICS4U-Team-Task-Words

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 

Repository files navigation

Words Project Aaron Cheung + Jason Yuen 2016-11-02

Link: http://moodle2.yrdsb.ca/mod/page/view.php?id=1024948

Deadline: November 3, 2016

Words

In your project teams, create a Greenfoot program that uses data structures learned in class. You will read a file containing hundreds of words from a file into one or more data structures.

You should use at least 3 different data structures as described here:

  1. Stack or Queue (Using your own implementation created in class)
  2. ArrayList (Using Java-provided implementation)
  3. HashMap or HashSet (Using Java-provided implementation)

Decide what you want to do with those words in your program. Keep your concept simple and attainable. Some ideas might be:

  • Word collage + features
  • Scrolling text + features
  • Simple word game (emphasis on simple)

You must have the program complete by due date. Plan and manage your group so that you are working without rushing to meet the deadline.

About

This is a very small project that I created for my grade 12 computer science course.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages