Search found 20 matches

by cundo
Sat Apr 29, 2017 3:56 pm
Forum: Programming Tools
Topic: Old JB Newsletters #15 #16 #17
Replies: 0
Views: 22527

Old JB Newsletters #15 #16 #17

I'm uploading these three zip files containing the #15,#16 and #17 newsletters, since these are not available at the moment.
Most of the content made by Welopez and Gordon Sweet.
JBNL17.zip
(13.01 KiB) Downloaded 1910 times
JBNL16.zip
(15.87 KiB) Downloaded 1969 times
JBNL15.zip
(26.97 KiB) Downloaded 1094 times
by cundo
Thu Nov 24, 2016 8:04 pm
Forum: Games
Topic: SuperSweeper - work in progress
Replies: 1
Views: 15643

Re: SuperSweeper - work in progress

' MEGASWEEPER
' code based on Minesweeper program by
' Facundo
' ---Trying to get a larger playing area---
'
' TyCamden changes include:
' Larger board
' More mines
' Added scroll bars
'

cr$ = chr$(13)
text1$ = "BooM !";cr$; "Restarting game."
text2$ = "Created for the minesweeper challenge ...
by cundo
Tue Dec 24, 2013 5:50 pm
Forum: Games
Topic: SpaceBlast v1.0[Beta]
Replies: 2
Views: 12031

Re: SpaceBlast v1.0[Beta]

Hi mallot, this site ('the files archive site') is mainly dedicated for sharing source code. Zipped files could include resources (bitmaps, sound FXs, and other), the bas file is a must. For in-dept programming discussion, sharing ideas, and getting/giving help please use the forum located at:
http ...
by cundo
Tue Dec 24, 2013 5:45 pm
Forum: Open Source - Community Projects
Topic: Minesweeper - Worlds
Replies: 1
Views: 17334

Re: Minesweeper - Worlds

Hi Seebeckz, this site ('the files archive site') is mainly dedicated for sharing source code. For in-dept programming discussion, sharing ideas, and getting/giving help please use the forum located at:
http://justbasic.conforums.com/
by cundo
Sun Oct 06, 2013 8:45 pm
Forum: Games
Topic: Tower of Rodinia My version, made by Alex J. Rodinson I thin
Replies: 4
Views: 18077

Re: Tower of Rodinia My version, made by Alex J. Rodinson I

Hey guys, I am stuck on adding another shopkeeper, can someone PLEASE help me!
Hi, if you want help or chat about JB programming please use the forums at
http://justbasic.conforums.com/index.cgi
by cundo
Thu Dec 09, 2010 5:26 pm
Forum: Games
Topic: Star Ship Adventure (unfinished)
Replies: 1
Views: 5007

I'm mixing a code I have with Rod's graphics. Simulates a 3D/2.5D perspective. This code could be improved a lot.
by cundo
Tue Mar 09, 2010 9:51 pm
Forum: Games
Topic: JB-RPG-Demo
Replies: 0
Views: 4963

JB-RPG-Demo

Many bas files in this Zip.

Each time you press an arrow-key, a SpriteImage command changes the appearance of the tile, giving the illusion of movement.
The drawback is the "step by step" like movement, because the player moves by squares.

Some images are from Wayne's
2D game scrolling code
The ...
by cundo
Sat Oct 17, 2009 7:12 pm
Forum: Games
Topic: Platform Game Demo
Replies: 5
Views: 11154

New version and probably the last one. I did some modifications to the code, the Timer works now: if you don't reach the end of the level before the time goes zero, you lose. But the levels are easy so no much problem because you can finish them quickly.
I modified the BMPs a little.
The Scale ...
by cundo
Thu Oct 08, 2009 7:45 pm
Forum: Games
Topic: Platform Game Demo
Replies: 5
Views: 11154

OK, this 9th version has some changes:
The sprite-strip includes the mask in it, and I'm using a Background as a resize method. 8)

Should I remove the previous versions from here, because the wavs files are common to all versions I think, but the BMPs are not. :?:
by cundo
Mon Oct 05, 2009 6:20 pm
Forum: Games
Topic: Platform Game Demo
Replies: 5
Views: 11154

Version 8!
The BMPs are slightly different in size. This version has an Scale option.
by cundo
Tue Sep 22, 2009 8:23 pm
Forum: Games
Topic: Platform Game Demo
Replies: 5
Views: 11154

Platform Game Demo

Mario-like game!

:wink:
by cundo
Tue Aug 18, 2009 2:51 am
Forum: Games
Topic: Text RPG v 2
Replies: 8
Views: 26892

Some BMPs, for using them as bmp-buttons for the game.
by cundo
Sat Aug 15, 2009 5:37 pm
Forum: Internet
Topic: Post Editor - new code
Replies: 0
Views: 11719

Post Editor - new code

This another post editor I have made. It's not complete.
:mrgreen:
-----------------------------------------
Now with BMP buttons! 8)
-----------------------------------------
A little bit bigger BMP buttons! 8)
by cundo
Sat Jun 06, 2009 9:45 pm
Forum: Games
Topic: Balls, a Billes clone
Replies: 11
Views: 16337

Español.lng
by cundo
Fri Aug 01, 2008 9:28 pm
Forum: Games
Topic: Pac_Main
Replies: 1
Views: 4342

Pac_Main

Pac-man simple clone. Open Source.
Two bas files: my entry to the Text - Based Challenge, and the same game modified to use graphics and sounds.