Skip to content

An arcade game based on the classic 'Frogger', implemented in Java using Slick2D.

Notifications You must be signed in to change notification settings

mmanou/ShadowLeap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ShadowLeap

An arcade game based on the classic 'Frogger', implemented in Java using Slick2D.

Features

  • Local Multiplayer

  • Numerous Enemies

  • Power-ups

Setup Instructions

Note: Instructions are for IntelliJ IDEA.

1. Add Library Classes

Go to File > Settings > Project Structure > Libraries > Select New Project Library (+) > Select each of:

  • jinput.jar
  • lwjgl.jar
  • slick.jar

2. Add Native Library Locations for each Library

Go to File > Settings > Project Structure > Libraries > For each of:

  • jinput
  • lwjgl
  • slick

Click Add (+) > Select any file within ShadowLeap/src/main/java/org/newdawn

About

An arcade game based on the classic 'Frogger', implemented in Java using Slick2D.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages