views
109
likes
2

Comments (3)

What do you think?

your name is elf monster like from the bootleg pokemon game?

BTW, this is Python/Pygame. To run the game, you have to have python, aswell as pygame installed, and then, on the Windows/Mac/Linux command line, type something like "python game.py".
I plan to convert it to .exe soon (aka never), make it independent, and maybe try to recreate it with C++.

It's also open-source, so you can look it it if you feel like.

Controls are:

  • Arrow Keys for right-hand-side player

  • WASD for left-hand-side player

  • Space to start moving the ball

  • Enter to reset score

  • R to reset ball (if it ends up getting stuck somehow)

My very first game, a pong wannabe. It's quite simple and lacking a lot, things I wanna add:

  • Saved Score System

  • Enemy AI

  • Better Graphics

  • Bug Fixes

It currently has:

  • A Menu

  • Two player VS

  • A simple score system

  • Simple physics (ball changes velocity and angle depending where it hit on the paddle)
    #arcade



all-ages
Nothing has been posted to this project page yet. Check back later!