Skip to content

Releases: dylanopen/LittleIsland

Little Island v0.0.2

Choose a tag to compare

@dylanopen dylanopen released this 24 Jul 12:51

Version 0.0.2 of Little Island

image

This is the first official release. v0.0.1 was an unofficial release and is no longer available.

Running this release

To run the release, simply open the executable LittleIsland.jar file.
If you cannot run it using your file explorer, you can use the java -jar path/to/LittleIsland.jar command to run it through the command line.

FEATURES in this release

  • Player movement
  • Player sprinting (will be slowed in later versions)
  • Collision detection
  • Basic blank island tilemap
  • Temporary sprites / textures

ASSETS in this release

  • Player sprites

    • player/down1.png - animation frame 1 for downwards player movement
    • player/down2.png - animation frame 2 for downwards player movement
    • player/left1.png - animation frame 1 for player movement to the left
    • player/left2.png - animation frame 2 for player movement to the left
    • player/right1.png - animation frame 1 for player movement to the right
    • player/right2.png - animation frame 2 for player movement to the right
    • player/up1.png - animation frame 1 for upwards player movement
    • player/up2.png - animation frame 2 for upwards player movement
  • Tile textures

    • tile/blank.png - blank tile (not used)
    • tile/0.png - grass
    • tile/1.png - water
    • tile/2.png - sand
    • tile/4--..--15.png - grass-sand-water combination tiles
    • tile/17.png - vertical bridge (north to south or south to north)
    • tile/18.png - horizontal bridge (west to east or east to west)
    • tile/19.png - connection bridge (connects bridge to west to bridge to south / vice versa)
    • tile/20.png - stone
    • tile/21.png - small tree