Skip to content

A scripted Pokemon battle animation written in Java.

Notifications You must be signed in to change notification settings

chrisnguyenhi/JasonVSDylan

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Jason VS Dylan

A scripted Pokemon battle animation made in Java with the EZ Graphics library.

The characters were based off of my Intro to Programming I professor and teaching assistant.

The cnguyen7_animator class reads off commands from .txt files under the convention of "command numbervalue duration" based on selected function for the EZImage class in the EZ library. For each command there could be multiple number values. For example "move 200 100 10" which is equivalent to translateTo(200,100) for the duration of 10 miliseconds.

alt tag


alt tag

About

A scripted Pokemon battle animation written in Java.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages