Search found 29 matches

by ChangeV
Feb 17, 2019 14:36
Forum: Community Discussion
Topic: "A Love Letter To FreeBASIC" Game Dev Competition (Oct 2018 – Feb 2019), 1000 $ 1st prize
Replies: 360
Views: 70399

Re: "A Love Letter To FreeBASIC" Game Dev Competition (Oct 2018 – Feb 2019), 1000 $ 1st prize

BTW, anyone playing ChangeV's entry? It's starting to grow on me, more and more. I am confused by the enemies stying on the playfield mechanics. I dig the idea, I'm just not sure if two type of enemies should remain with the same sprites after getting killed, even cycling walk animation in the case...
by ChangeV
Feb 11, 2019 7:39
Forum: Community Discussion
Topic: "A Love Letter To FreeBASIC" Game Dev Competition (Oct 2018 – Feb 2019), 1000 $ 1st prize
Replies: 360
Views: 70399

Re: "A Love Letter To FreeBASIC" Game Dev Competition (Oct 2018 – Feb 2019), 1000 $ 1st prize

Here is my entry. The Love letter to FreeBASIC (chan!) https://imageshack.com/a/img921/6241/u2yPUo.png http://www.mediafire.com/file/dm9587is2o65ho4/LoveLetter_v1.0.zip/file ChangeV wrote a love letter to FreeBASIC chan. but there are love-crazy enemies everywhere. They will try to approach FreeBASI...
by ChangeV
Jan 27, 2019 0:54
Forum: Community Discussion
Topic: "A Love Letter To FreeBASIC" Game Dev Competition (Oct 2018 – Feb 2019), 1000 $ 1st prize
Replies: 360
Views: 70399

Re: "A Love Letter To FreeBASIC" Game Dev Competition (Oct 2018 – Feb 2019), 1000 $ 1st prize

It's been a while and I forgot passwords for this FB forum and FBGD forum... It seems password recovery mail doesn't work for FBGD forum.(tried like 3 times. no mail in mail folder or junkmail folder...) But for this FB forum, recovery mail worked. so I am posting about my project here. I am making ...
by ChangeV
Mar 12, 2011 22:40
Forum: General
Topic: Need Help Obtaining Mode 13h Default Palette RGB Values
Replies: 6
Views: 2629

I just x4 them. here is list. palette[ 0] = rgb(100,104,108) palette[ 1] = rgb( 0, 0, 0) palette[ 2] = rgb( 36,216, 36) palette[ 3] = rgb(108,252,108) palette[ 4] = rgb( 36, 36,252) palette[ 5] = rgb( 72,108,252) palette[ 6] = rgb(180, 36, 36) palette[ 7] = rgb( 72,216,252) palette[ 8] = rgb(252, 36...
by ChangeV
Dec 06, 2010 10:07
Forum: Community Discussion
Topic: Does anyone else here suffer from life-limiting disability?
Replies: 8
Views: 2182

Lachie Dazdarian wrote:JawsV?
Yes. my brother's nickname is JawsV.
by ChangeV
Dec 05, 2010 21:41
Forum: Community Discussion
Topic: Does anyone else here suffer from life-limiting disability?
Replies: 8
Views: 2182

Dermatomyositis. rare muscle disease. cause is unknown(sometimes caused by trauma or cancer) My twin brother had muscle strain accident from work more than 10 years ago. Rare muscle disease was triggered shortly after. Major muscles get weak, damaged and shrunk. Here is some information about Dermat...
by ChangeV
Oct 12, 2009 4:57
Forum: Projects
Topic: hexagon board walking demo.
Replies: 1
Views: 2127

hexagon board walking demo.

I made hexagon-grid based tile engine for remake of certain board game while ago(and forgot about it). recently I rewrote whole thing again. it's far from finished, but it's functioning enough to make walking demo. click anywhere on the map and ChangeV will walk to that tile. you can toggle unpassab...
by ChangeV
Sep 28, 2008 3:45
Forum: Community Discussion
Topic: FBGD Retro 2008 Competition - The Results
Replies: 8
Views: 3337

competitions page looks good. Actually, I am not good at making comment.(I am more like... um... shy person) (I found 2 mistakes in my game. one typo in readme.txt and one debug-code left in the main game. but I had hard time deciding whether I post about it or not...) I rarely post/reply on other B...
by ChangeV
Sep 27, 2008 23:29
Forum: Community Discussion
Topic: FBGD Retro 2008 Competition - The Results
Replies: 8
Views: 3337

You typed MSX wrong in competitions page.
MMX -> MSX
by ChangeV
Sep 21, 2008 15:15
Forum: Community Discussion
Topic: FBGD Retro 2008 Competition(closed; entries are being rated)
Replies: 71
Views: 19342

Just finished making readme.txt file.

Image

Image

Image

< UminvaFB download >
by ChangeV
Sep 09, 2008 4:58
Forum: Community Discussion
Topic: FBGD Retro 2008 Competition(closed; entries are being rated)
Replies: 71
Views: 19342

It is a BASIC + machine language game from magazine.
here is original screen shot
Image
by ChangeV
Sep 09, 2008 4:25
Forum: Community Discussion
Topic: FBGD Retro 2008 Competition(closed; entries are being rated)
Replies: 71
Views: 19342

Mine is Uminva.

Image

It is a remake of classic MSX game.
Those horizontal lines on lower half (and energy bar) are made with chr(219)
others are line-BF and sprites.
by ChangeV
Nov 26, 2007 4:33
Forum: Community Discussion
Topic: It's competition time!
Replies: 276
Views: 139033

It would be more enjoyable if... Orb by Kristopher Windsor: 15 points It would be more fun if continue feature is added, so player can start from last stage he/she died. Amaranth by duke4e: 13 points It would be more helpful if player is blinking/invulnerable for a moment when hit. it worked perfect...
by ChangeV
Nov 19, 2007 10:40
Forum: Community Discussion
Topic: It's competition time!
Replies: 276
Views: 139033

I have to go to work now, so here is my entry. Invader the final story http://changevworld.com/jsv/invader_FB_1.png it is 3 part game. first part is space invaders clone with BIG sprites. http://changevworld.com/jsv/invader_FB_2.png second part is cave escape. http://changevworld.com/jsv/cavedown.pn...
by ChangeV
Nov 12, 2007 5:03
Forum: Community Discussion
Topic: It's competition time!
Replies: 276
Views: 139033

here is my text drawing routine I used in my game. This routine uses SOURCE, ( x1, y1 )-( x2, y2 ) area of PUT command. . . BLOAD "graphics\graphics.bmp", resource_graphic PSET resource_graphic, (12, 3), &hffffff 'fix the squid alien's eye on original source graphic . . . . . . SUB TEX...