/arkanoid

TIC80 Arkanoid game

Primary LanguageLua

Arkanoid (TIC80)

This game has been written for educational reasons, and is written in LUA for TIC80 in the latest versions

Title

Game-play

Game-play-pause

developer rev: 0.3

HOWTO

You can import this code to your TIC80 project:

import code arkanoid.lua run (ctrl + r)

Development status

It's a simple TIC80 game for fun, but it's not finished yet. There is a lot of work to do, but I'm working on it.

The next list is the current status of the game:

  • Add welcome screen
  • Add game score in screen
  • Add high score in screen
  • Add lives
  • Add levels
  • Add pause menu
  • Add Power-Ups (paddle size, new live)
  • Add persistence for high score
  • Add Game Over screen
  • Add 'Ready?' screen when you loose a life
  • Add credits screen
  • Add sound
  • Add music effects

Author and license

Develop by @bitstuffing with love under GPLv3 license.