I came across my old programming stuff from highschool. These are some of the more interesting examples.
QBasicBehold, my first game!
![](https://lh3.googleusercontent.com/blogger_img_proxy/AEn0k_vbbhDV-qve5CggQ7wg2Q9IPjkmOp6mGv0Zok1aNan9ZZSazA_ArXqiL9drE1XhQLuerwiMJPK4U8nf33UWgN_6UbP26KHeWfYyd3iSHUQojsu6WjDqWeP3MOLC_UiE6A=s0-d)
![](https://lh3.googleusercontent.com/blogger_img_proxy/AEn0k_tX75jFJfvhRsZacAL8eGSyI4rkjzRRora1n1IsOQp00pVhw7eYyR6sFO7-EbRNKTmZdP1sXk4wm52JaDpELDJBPJdFpKrIt4NZZTPyQdCG_vDDcCfDz1Z53zfqaiE=s0-d)
![](https://lh3.googleusercontent.com/blogger_img_proxy/AEn0k_tiM2aMQRT8qqX2LHR8Os2kO7_HRXxC-IiiLKCgCY7bGwuuk-FHcfUQsYVKlAUXAUdEK9rTRIxi_oPz0jDGIi1wbMsrAVqRyyDTAghhrQvLEGk1s_PNOkW6raBFGA=s0-d)
Some silly ASCII animations:
![](https://lh3.googleusercontent.com/blogger_img_proxy/AEn0k_snqWvA5lyMcLpwxhi7E5CDhfuAaPl3TL9L2qkK7ddW_oTi9Bbhgv4pi5_85ViTVhk9UaRPYfrGAVtiWd3LYUU67SLJcnM2Ou2knU-aM5XgBN92b1O1nhUAdBhgyH9jkCM=s0-d)
![](https://lh3.googleusercontent.com/blogger_img_proxy/AEn0k_vlOGNEWJrVTGarQzygFR6ujSGZsyiklj6tPV-ksuXZP3QWhCxyFmDjyxPJsk22BXFWaEoI8u_6XdxMPnPgBALC0ov4_TOs5obDoPBiRjHfqNP0LIAZ0d6tIbPYGz-Vtg=s0-d)
I was a Star Wars junkie back then. This was made with the drawing commands:
![](https://lh3.googleusercontent.com/blogger_img_proxy/AEn0k_u2Fdp9ES2yETk__uyzl7_QjkHHQol0D7Bb105RB-b649yKgB9EscNZ4xlL2b8hEuwImP4Zwt8T8LNx7JyjMoelu5wuLhsG72BOZow0Oj5yU3wTutq4PS8=s0-d)
Fake scandisk with animated progress bar:
![](https://lh3.googleusercontent.com/blogger_img_proxy/AEn0k_v64Fk0CouT0QuXAsXoessmBsUkR6dFDyqax6a7SkYQhVXZx4KeiOltOOYlixwtdjf8wz65F6JK3J9El4zFFkOXupBKsbHl7DqcCN67-wSWCooGQJUcECrwjg=s0-d)
Connect Four. No AI or win detection though:
![](https://lh3.googleusercontent.com/blogger_img_proxy/AEn0k_uRquvUsi4N_IprMe0ZIQd6Ods8DQgP8yHSd82mNHbjKglcduVyJ4OfH0YQboOfcaL_GRgEn3o7DCMs1oAU3SNG0J7JQwlSNsCvvKcFkA_aFFidVQwTp61D-Q=s0-d)
TuringA little tile based program with an animated player-controlled character and collision detection. I came up with an interesting method of faking the tile transparency so the tree tiles would overlap the character properly. The tiles were stolen from various SNES games but I made the sprites myself, including walking animations:
![](https://lh3.googleusercontent.com/blogger_img_proxy/AEn0k_sYFlFWNclSFDX32AG-HBBiLIooeWA2hrNjoavQjA0pCfwgPZRndRIcw5bG4cZ-Ioh-0Hv2mlI3c86AxV--QJRMR5YYXeB_QSN1ATDJ0L8LfsNiv90aW37gyYEMmWU8cvYPHQ=s0-d)
![](https://lh3.googleusercontent.com/blogger_img_proxy/AEn0k_t1AUGK9to3NXFCz-e3CdESv-64RC59bM07b8zWs1FPkfVOrvg5O_tggKySbkO9yNs8rDewU22MSKmP957YkTR20_PqlFggEPl_wagWJiJbDXykNzZ4xQM8ahOIdNtH=s0-d)
Obligatory Pong clone:
![](https://lh3.googleusercontent.com/blogger_img_proxy/AEn0k_uEhlpDZFe7gXxChOTdw1IyAB-eFszs-0SfbxyWDJVEABnoSh_OPJNfRzD209IQYFFau0XaNkGIVVGHNHBCspdgaAIlM5CbNQIFm7_VWVMJO4GoA7Hj-syEqTYKKbdo=s0-d)
The Maya were another one of my obsessions. This program takes a date and calculates the Mayan long count date from it, then displays it in Mayan numbers:
![](https://lh3.googleusercontent.com/blogger_img_proxy/AEn0k_sGDmtuXIh96mQKuvCcyeI6EBSuV3uhLrmrLIAAh9uu_IPFCqwfiDDlknpRJUs9KQ4FZlcNNGLiyspMOGK91fLMo83ZWg8cDX3bF99UEV1DJQK8Y_A5VV6cYeij5xr5MisZ=s0-d)
![](https://lh3.googleusercontent.com/blogger_img_proxy/AEn0k_sOnXKF5M5Eww-Sc5C-qlXJM1zKxjiFIu2mAYgkYBVfLB65tyZtiMyQW-RSdHSFb9E8ZOsdtHwXurq7ARBvJ7REyLqZd8jUDtGmOH6Cc7IcFXpvI-trjJnOVOFzGqDh01ts=s0-d)
Visual Basic 6A clone of Flying Pictures which is a clone of Flipull. Graphics are from Gundam Wing:
![](https://lh3.googleusercontent.com/blogger_img_proxy/AEn0k_tjgM4tKLMvvrXVj_T2e4hs3oolZ-OhENX_3XI6kAMYaK4J5bZFSbwHenYOU4Aub2rqoC5drF4hM2SLUuF1_wRV3ly2qQRt6hf-89wZI79tW3-3jMhMjZdzSod82jsw0JO1=s0-d)
Some tile map editor, more stolen tiles:
![](https://lh3.googleusercontent.com/blogger_img_proxy/AEn0k_vDT_wzyOhkMVngOWdNNPDfO6AKgjhvLAmielvyglPDkujCA7FZdHvhlziBapofhRAoJaATZxi7uU03sHGX30Ppov-1FdlZY8BQFaskn4aZFGfUBBt2L8aPQQ=s0-d)
Paint program:
![](https://lh3.googleusercontent.com/blogger_img_proxy/AEn0k_uI6FSItyJtUmMVt663x-Gf_cV42AzVeUkKUlG2jnHTwKNBM9CQzEzVnsRFEHxluf9Rwh1sL1WVI3XgPAwjnJRyaUjAWtUtntwhKp0JNsW_7S3VDZmOIaO70U5mHg=s0-d)
A clone of that slime volleyball game, no scoring and no collision with the net though. Background stolen from Gundam Wing: Endless Duel:
![](https://lh3.googleusercontent.com/blogger_img_proxy/AEn0k_tbw-HnKdmxJDtyLGna2RfAmxZE_ZIL1qZSZPmMafpBU39a_DsdVDBUMyJOh0M9ZyblCCb3toWbkQMuXCescE6BTsjlBgdnULZMlER0rJT4o7JANqhJaPF7U7MAo0Xmz2sJaCa9=s0-d)
A game I made with my friend Michelle. We had to do a "who wants to be a millionaire" type game. Yep, Gundam Wing was yet another one of my highschool obsessions. The graphics were made by me and I animated Heero; he blinks, moves his eyebrows, shifts his eyes, and looks like he's talking while the text is appearing. It's a pretty cool effect:
![](https://lh3.googleusercontent.com/blogger_img_proxy/AEn0k_viH0bO-ATgiJuA0vwJpT7tcj1NXb3H5iti0zHiVUb_tcJW1zdBwsT-9vJEvYTIQ4SlYdq1gDN_refFzbiKil4i30XdXIu8F0J7i7ZKDY4gqY9zD4NpP3e7shbLrVvU=s0-d)
![](https://lh3.googleusercontent.com/blogger_img_proxy/AEn0k_sM6kJOsZsuBB4MIfpjn7Py9DtoPJEQ0Szhhkqo9kY404Qagx-Zr7DdzMf4CuiP2kugTLYJfEvxHrICRPk3GSRTbrGOZXIqo9lgJrlIJTEH4UXAk0M2I7CPMoEppik=s0-d)
I wanted to make an RPG but never got past the tiling graphics/animated character/collision detection stage. The sprite in the middle is mine: