An open API service indexing awesome lists of open source software.

https://github.com/lmacken/pong.bas

A pong-like game written in QuickBASIC
https://github.com/lmacken/pong.bas

Last synced: 3 months ago
JSON representation

A pong-like game written in QuickBASIC

Awesome Lists containing this project

README

          

pong.bas
========

A pong-like game written in QuickBASIC.

+--------------------------------------------+-------------------------------------------+
| .. image:: http://lewk.org/img/pong4.png | .. image:: http://lewk.org/img/pong5.png |
+--------------------------------------------+-------------------------------------------+
| .. image:: http://lewk.org/img/pong2.png | .. image:: http://lewk.org/img/pong3.png |
+--------------------------------------------+-------------------------------------------+

Story
-----

During CS1 class my freshman year in high school, our teacher got very angry with
everyone in the class playing flash games during the lab. He made a rule where
"you can only play games if you write them yourselves". The next day, everyone
in the class was playing pong.

Running
-------

Windows
~~~~~~~

* Download `QBasic `_
* Open `pong.bas` and press F5

Linux
~~~~~

* Install necessary dependencies: yum install SDL_{ttf,mixer,net,image}-devel gcc-c++
* Download `QB64 `_
* Extract the tarball and run ./setup.sh
* Open ``pong.bas``
* Change the ``speed`` to a something much higher, like ``1000000`` (based on the speed of your CPU).

Author
------

* `Luke Macken `_