Search found 4 matches

by Karthik
Thu Oct 04, 2012 4:38 pm
Forum: Games
Topic: My Version Of Tanks
Replies: 0
Views: 24186

My Version Of Tanks

MAYHEM created by Carl Gundel inspired me to write this game.

This is a game where two players face each with a tank each.

'The objective of each player is to blow the other guy out with his shells.

Any bug reports and feedback are welcome.

You may use code I post, but please give credit if you ...
by Karthik
Sat Sep 22, 2012 6:13 pm
Forum: Broken Code
Topic: A Drawing Tool
Replies: 2
Views: 21047

Re: A Drawing Tool

I am sorry I did'nt notice the [stamp] branch label.

I was working on the extra branch label, but i forgot to remove the incomplete code.

Thank you for letting me know about it.
by Karthik
Fri Sep 14, 2012 5:41 am
Forum: Broken Code
Topic: A Drawing Tool
Replies: 2
Views: 21047

A Drawing Tool

Forgive me if my English is a bit bad.

I kept working on this thing for about two months. Maybe its

worth the while. But I forgot one thing. This program runs well

only in a screen resolution of 1280 X 1024 or better. I forgot that

while coding this. If the resolution is less, than some of ...
by Karthik
Sun May 13, 2012 11:18 am
Forum: Games
Topic: Sprite Creator
Replies: 0
Views: 5054

Sprite Creator


'------------------------------
' SPRITE CREATOR
'------------------------------

'graphic commands save extension = *.spr
template$ = "*.spr"

'bitmap extension = *.bmp
bmpTemplate$ = "*.bmp"

[main]

'dont open a mainwindow
nomainwin

WindowWidth = 900
WindowHeight = 750

UpperLeftX ...