Log In  
Follow
blackbat

I am a simple programmer who is just beginning his adventure with the 8-bit classics.

[ :: Read More :: ]

Cart #47250 | 2017-12-10 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
1


arrows - move
z - shoot
x when bar is blue - beam
x when bar is red - anihilation (kills all enemies on screen)

P#47251 2017-12-10 13:59 ( Edited 2017-12-10 19:11)

[ :: Read More :: ]

Cart #45646 | 2017-10-30 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
1

This is simple simulation of the Sieve of Erastothenes algorithm.

Controls:

  • Right Arrow - move one step forward
  • Z - start/stop automatic simulation
  • Up/Down Arrow - change speed of the automatic simulation
P#45647 2017-10-30 18:24 ( Edited 2017-10-30 22:24)

[ :: Read More :: ]

Cart #45274 | 2017-10-16 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA

Game about avoiding obstacles. You can only move right or left. Go to the right side to advance to the next level, but watch out for moving arrows!

TODO:

  • add menu
  • show level number
  • show message, when advancing to the next level
  • tweak difficulty
  • add game ending and "start again" option
  • add music and sound effects
P#45275 2017-10-16 15:06 ( Edited 2017-10-16 19:06)

[ :: Read More :: ]

Cart #45272 | 2017-10-16 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA

Simple game, where you need to avoid cars coming your way. Using arrows move left or right, up/down to increase/decrease speed. You earn points according to your current speed when you avoid incoming car.

TODO:

  • add menu
  • add additional cars graphics
  • add additional backgrounds graphics
  • add instructions in game
  • add music and sound effects (hard)

Graphics (red cars and bushes) made by Elerdor

P#45273 2017-10-16 14:58 ( Edited 2017-10-16 23:18)

[ :: Read More :: ]

Cart #44248 | 2017-09-16 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
2

This is simple animation that I made. I want to use it as the background in a space shooter.
Feel free to comment and reuse :)
There are no controls, although you can modify values in init function to change speed and number of stars.

P#44249 2017-09-16 18:30 ( Edited 2017-09-16 22:30)