Skip to content

A replica of street fighter game based on Core Java to understand design patterns and DS

Notifications You must be signed in to change notification settings

MilanCoder/Street-Fighter-Game-Replica-Java

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Street-Fighter-Game-Replica-Java

A replica of street fighter game based on Core Java to understand design patterns and DS

Tech Stack

  1. Core Java

Features

  1. Design Patterns: UserDAO, UserDTO to make the data interaction more loosley coupled and better way code readiblity
  2. Understanding of DS : User of ArrayList, Linked List and many other DS in order to create the game moves, background options
  3. Learning the Java Swing , cropping of stylesheet in order to get image load on screen
  4. Key Mapping : Key mapping for making the character do actions based on keyboard input by the user
  5. Other UI : Health , power , gravity other features needed for game to give the user desired feel.

About

A replica of street fighter game based on Core Java to understand design patterns and DS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages