Game Columns from Scratch

Announce and discuss the progress of your various programming-related projects...programs, games, websites, tutorials, libraries...anything!

Moderators: Pete, Mods

Post Reply
Daniel Covolo
Newbie
Posts: 2
Joined: Sat Sep 07, 2013 11:40 am

Game Columns from Scratch

Post by Daniel Covolo »

Hi everyone, I am a SEGA's Columns fan and I made the game "Columns from Scratch" as my first game experience on 2009. Now (4 years late) I am sharing it for you. Sorry for the delay. hahah

This game was programmed in quickbasic 4.5 (okay, i've used notepad++ for editing) and I recommend using dosbox or another emulator to run the game

I just used some tutorials from Pete's QB website.

All the code is commented in brazillian portuguese

There is some screenshots

I hope you enjoy

sds
Daniel
Attachments
Columns3.PNG
Columns3.PNG (13.82 KiB) Viewed 22010 times
Columns2.PNG
Columns2.PNG (14.94 KiB) Viewed 22010 times
Columns.rar
Columns from Scratch
(92.75 KiB) Downloaded 1251 times
User avatar
burger2227
Veteran
Posts: 2466
Joined: Mon Aug 21, 2006 12:40 am
Location: Pittsburgh, PA

Re: Game Columns from Scratch

Post by burger2227 »

I got it to run in QB64, but I had to use Qbasic to reformat the code.

Code: Select all

IniciaTimer
CarregaImagens 'Carrega imagens do game
TelaInicial 'Faz todo o resto ;)
'DesenhaGradeLayout
'teste          'testes nucleares
This code belongs before any SUB procedures or QB64 cannot compile it. Qbasic moves it automatically as it always puts sub procedures at the end of the code.

Interesting game. It seems to mess up once in a while though. Some groups never make it all the way down.
Please acknowledge and thank members who answer your questions!
QB64 is a FREE QBasic compiler for WIN, MAC(OSX) and LINUX : https://www.qb64.org/forum/index.php
Get my Q-Basics demonstrator: https://www.dropbox.com/s/fdmgp91d6h8ps ... s.zip?dl=0
Daniel Covolo
Newbie
Posts: 2
Joined: Sat Sep 07, 2013 11:40 am

Re: Game Columns from Scratch

Post by Daniel Covolo »

That is good you got run it on QB64. I didn't that test.

Did you got game sounds running on QB64?

Thanx for trying my "game". I know it's no perfect (there some graphics glitches) and yout can finish it in almost 5 minutes, but it was a pleasure experience. Your tutorials helped me a lot.

I hope someday to code other game...


[off... please increase timeout for automatic logoff from this forum. When i hit Submit i was kicked off]

sds
Daniel
User avatar
burger2227
Veteran
Posts: 2466
Joined: Mon Aug 21, 2006 12:40 am
Location: Pittsburgh, PA

Re: Game Columns from Scratch

Post by burger2227 »

When logging in, check the box that keeps you signed in.
Please acknowledge and thank members who answer your questions!
QB64 is a FREE QBasic compiler for WIN, MAC(OSX) and LINUX : https://www.qb64.org/forum/index.php
Get my Q-Basics demonstrator: https://www.dropbox.com/s/fdmgp91d6h8ps ... s.zip?dl=0
Post Reply