Search found 42 matches

by TyCamden
Tue Nov 22, 2016 2:17 am
Forum: Games
Topic: SuperSweeper - work in progress
Replies: 1
Views: 8639

SuperSweeper - work in progress

' MEGASWEEPER ' code based on Minesweeper program by ' Facundo ' ' TyCamden changes include: ' Larger board ' More mines ' Added scroll bars ' nomainwin cr$ = chr$(13) text1$ = "BooM !";cr$; "Restarting game." text2$ = "Created for the minesweeper challenge.";cr$;_ &qu...
by TyCamden
Sat Nov 12, 2016 12:26 am
Forum: Games
Topic: MineSweeper by Facundo with my tweaks 2 (incl Expert)
Replies: 0
Views: 14397

MineSweeper by Facundo with my tweaks 2 (incl Expert)

Here is a MineSweeper program by Facundo, but I added difficulty levels *** INCLUDING the new "EXPERT" difficulty. The original thread is here: http://justbasic.conforums.com/index.cg ... 1477994290 Code: ' Facundo's Minesweeper program ' TyCamden added Difficulty Levels nomainwin cr$ = ch...
by TyCamden
Fri Nov 11, 2016 11:10 pm
Forum: Games
Topic: MineSweeper by Facundo with my tweaks
Replies: 0
Views: 17097

MineSweeper by Facundo with my tweaks

Here is a MineSweeper program by Facundo, but I added difficulty levels. The original thread is here: http://justbasic.conforums.com/index.cgi?board=challenge&action=display&num=1477994290 Code: nomainwin cr$ = chr$(13) text1$ = "BooM !";cr$; "Restarting game." text2$ = &...
by TyCamden
Mon Apr 06, 2015 5:38 pm
Forum: Games
Topic: Math War (game)
Replies: 0
Views: 23173

Math War (game)

Here is the code to my new game: Math War. It takes numbers and turns them into combat forces, then battles them out. (from the board: http://justbasic.conforums.com/index.cgi?board=shared&action=display&num=1428341995 ) Code: ' math war ' ' in forces$ the following applies: ' 0 soldiers (th...
by TyCamden
Wed Mar 25, 2015 9:20 pm
Forum: Games
Topic: Evolution Simulator (Kinda)
Replies: 0
Views: 22939

Evolution Simulator (Kinda)

Code from my "evolving" program. See the following for more info: http://justbasic.conforums.com/index.cgi?board=code&action=display&num=1270035974 Code: ' Evolution Simulator ' ' Coded by Impx in 2010 ' Code modified by TyCamden in 2015 PRINT "EVOLUTION SIMULATOR v1.1" P...
by TyCamden
Sun Mar 15, 2015 4:49 pm
Forum: Games
Topic: Giant Monster Attack
Replies: 0
Views: 23194

Giant Monster Attack

Giant Monster Attack ... code: ' code location: ' http://www.atariarchives.org/bigcomputergames/code_monster_combat.php ' converted to Just Basic ' [STARTOFPROGRAM] ' 10 RANDOMIZE ' 20 REM "GIANT MONSTER ATTACK" ' 30 REM BY LEE J. CHAPEL 5/1/1980 ' 40 REM MICROSOFT VERSION BY CHRIS VOGELI,...
by TyCamden
Sun Apr 29, 2012 4:10 pm
Forum: Utilities
Topic: problem code regarding sudoku solver
Replies: 0
Views: 5454

problem code regarding sudoku solver

problem code regarding sudoku solver ' Simple GUI for SUDOKU, written by cassiope01 ( 11/18/2011 ) ' Test recursivity to solve SUDOKU... ' Portage to JB from code in language C found here http://top-sudoku.com/sudoku/fr/exemple-backtracking-c.php nomainwin global sc, offset, cx, cy, bckcolor$, selec...
by TyCamden
Thu Dec 15, 2011 6:15 pm
Forum: Games
Topic: stalker with Ty Camden change
Replies: 0
Views: 4000

stalker with Ty Camden change

Here is someone else's game titled "STALKER" with a few changes by me - TyCamden. Original thread is from: http://justbasic.conforums.com/index.cgi?board=games&action=display&num=1323793940 Main change I made is that you can play with the map open, and hitting M now updates that ma...
by TyCamden
Thu Nov 03, 2011 6:27 pm
Forum: Utilities
Topic: Bingo Caller 2011
Replies: 0
Views: 5260

Bingo Caller 2011

This is the 2011 version of the program, which is ENHANCED for readability... My friend will be a Bingo game caller at a charity event. They already have the ball-cage, balls, and cards. But - they wanted to be able to: 1. Have a computer program running in which they could MANUALLY track which bing...
by TyCamden
Sun Oct 02, 2011 7:21 pm
Forum: Games
Topic: Hangman by Uncle Ben UPDATED with word list
Replies: 0
Views: 3587

Hangman by Uncle Ben UPDATED with word list

Hangman by Uncle Ben UPDATED with word list
by TyCamden
Tue Apr 19, 2011 1:01 pm
Forum: Database
Topic: NFL database - unfinished
Replies: 0
Views: 4825

NFL database - unfinished

NFL database - unfinished program
by TyCamden
Sun Feb 27, 2011 9:28 pm
Forum: Games
Topic: wards GUI
Replies: 3
Views: 3157

wards GUI

Work in progress...

converting wards to a GUI version
by TyCamden
Sun Feb 27, 2011 6:02 pm
Forum: Games
Topic: wards
Replies: 2
Views: 2654

wards

Here is my version of the code for the WARDS game as of 27 Feb 2011.
by TyCamden
Sat Jan 15, 2011 8:03 pm
Forum: Games
Topic: Slot machine VERY basic bmp graphics
Replies: 0
Views: 3311

Slot machine VERY basic bmp graphics

Attached are three BMP files for a slot machine game someone else is working on.
by TyCamden
Fri Dec 31, 2010 9:25 pm
Forum: Games
Topic: Minotaur
Replies: 0
Views: 3340

Minotaur

Minotaur game