Skip to content

JessZuchowski/java_games

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Java Games

Following the Java Game Programming Wizard tutorial to create my own top down games.

The first will be a game in which the user, as a little mushroom buddy, makes their way through a maze while dealing with hungry slug enemies. The player can shoot spores at enemies, which depletes their own nutrient stores and damages enemies. Nutrients can be collected as found to replenish either spores or health. Features will include:

  1. Window with Canvas (buffered image reader/loader to render .png background).

  2. Player object (mushroom buddy) controlled via keyboard and mouse.

    a. Keys to control movement (ASWD or arrows).

    b. Mouse clicks to control spore projectiles.

    c. Spore dispersal depletes nutrient stores.

    d. Collision with enemies decreases hit points (auto restart at 0hp still to come).

  3. Enemy objects (slugs) that spawn at set locations.

    a. Enemy movement is randomized.

    b. Enemies have hit points & take damage from player spores.

    c. At zero hp, slugs turn into nutrients for player to collect.

  4. Camera follows player through maze.

  5. When player reaches end of maze a new level will start (still to come).

Tools Used

JFrame

Canvas

Maze Generator for maze design inspiration.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages