Skip to content
This repository has been archived by the owner on Dec 15, 2023. It is now read-only.

Commit

Permalink
Game Jam Version 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cu2koo committed Jun 2, 2022
0 parents commit 87ef25f
Show file tree
Hide file tree
Showing 8 changed files with 1,724 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
releases
21 changes: 21 additions & 0 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
MIT License

Copyright (c) 2022 Sercan Yesildal

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
Binary file added assets/antbender_0.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/antbender_1.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/spritesheet.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/the-last-antbender_cover.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
41 changes: 41 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
# The Last Antbender
![](assets/the-last-antbender_cover.png)

This third little PICO-8 game was created for the Weekly Game Jam - Week 255.

## About the game:

Here you control Aela, the last Antbender and her ants. But beware, these are deadly. Dodge the ants and steer your way to the goal.

![](assets/antbender_0.gif) ![](assets/antbender_1.gif)

I wish you a lot of fun!

Play it now on [itch.io](https://peanutsfly.itch.io/the-last-antbender) or the [Lexaloffle Forum](https://www.lexaloffle.com/bbs/?tid=48009).

The [PICO-8 Fantasy Console](https://www.lexaloffle.com/pico-8.php) is required to compile the game yourself.

## How to play:

- Control Aela with the arrow keys.
- Use Z/C to command jumping ants to jump.
- With X/V you command ants to run.

For the best gaming experience, you should play the game in full screen (on the browser) or locally (see downloads) on the PC!

## Credits:

- Music: Space by @gruber_music
- Art, Programming, Sounds: Made by Peanutsfly

## Additional Information:

- Status: Released
- Platforms: Windows, macOS, Linux, HTML5
- Author: PeanutsFly
- Genre: Puzzle, Action
- Made with PICO-8, Aseprite
- Tags: 2D, Arcade, Casual, PICO-8, Pixel Art, Retro, Short, Singleplayer, Puzzle
- Average session: A few minutes
- Languages: English
- Inputs: Keyboard
Loading

0 comments on commit 87ef25f

Please sign in to comment.