Skip to content

Final projects for Introduction to Java Programming. Fall 2013.

Notifications You must be signed in to change notification settings

lfs1102/Box-Mover

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Box Mover

Final projects for Introduction to Java Programming. Fall 2013.

Coded individually by Fengshuang Li

Summary

The project includes two parts

  • Project 1 is a box mover game running in the terminal, which represents game state and receives user commands in plain text format.
  • Project 2 is an enhanced version of Project 1, which build a GUI interface in the theme of game 古剑奇谭 2 (Sword of Legend 2)

Technical facts

  • The game is coded in Java.
  • The GUI framework is Java Swing.
  • As the game is my first application, the quality of the code is not good. Shame to read my naive code, LOL.
  • Only tested on my old laptop. Not sure whether it would run properly now, especially Project 2.

About

Final projects for Introduction to Java Programming. Fall 2013.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages