Search found 17 matches

by wayne
Tue May 15, 2012 6:52 pm
Forum: Games
Topic: Solitaire Battleships
Replies: 0
Views: 6386

Solitaire Battleships

Intro from the comments at the beginning of the source file:

Solitaire Battleships
Original code by Wayne Moore © 2012 (You may use any of this code, but unless you change it substantially, I would like some credit.)

Concept and design of puzzles is property of Conceptis LTD. Visit http://www ...
by wayne
Wed Apr 25, 2012 10:02 pm
Forum: Games
Topic: Hashi - logic puzzle game
Replies: 0
Views: 4751

Hashi - logic puzzle game

A working model of a game I want to continue to develop

Hashi is a game with a given arrangement of numbered islands.
The goal is to bridge the islands so that:
1) They form a single connected group,
2) The number on each island tells how many bridges connect to that island,
3) There are at most ...
by wayne
Tue Apr 10, 2012 6:06 am
Forum: Games
Topic: Slitherlink
Replies: 0
Views: 4616

Slitherlink

Slitherlink came from GAMES Magazine.
There are boxes with numbers, arranged on a grid. The number in a square indicates how many sides of the square have lines along the edge.
Lines are drawn dot-to-dot horizontally and vertically. Never diagonally.
Some dots may not be used. If a dot is used, then ...
by wayne
Tue Aug 31, 2010 1:01 pm
Forum: Utilities
Topic: encryption program with key generator
Replies: 0
Views: 15301

encryption program with key generator

This is a relatively simple single-use discarding key symmetrical encryption program.
It uses the most secure type of encryption, that cannot be cracked by any known method, as long as appropriate security measures are taken with the key files.

It is most secure with truly randomly generated keys ...
by wayne
Fri Mar 12, 2010 5:59 pm
Forum: Demos
Topic: 2D game scrolling code
Replies: 1
Views: 13169

Another copy of the program with a monster added to walk around on the screen independent of the main character.

It's been polished a bit; I changed some IF - THEN routines to SELECT CASE, moved a few routines around so they would only execute when needed and got rid of a few redundant items.

The ...
by wayne
Sun Mar 07, 2010 5:56 am
Forum: Demos
Topic: 2D game scrolling code
Replies: 1
Views: 13169

2D game scrolling code

A reasonably simple scrolling code for a 2D game

This newest update uses sprites for the map. It is much faster than the old version and uses only one window. Thanks, Cundo, for the inspiration!

Contains code to load a map, bitmaps for terrain features, and characteristics for each map square, and ...
by wayne
Sat Jan 10, 2009 6:25 am
Forum: Games
Topic: Tetris game
Replies: 0
Views: 5216

Tetris game

A tetris clone I've been working on

Still has a few bugs, but works ok as it is.

Updated 6:00 PM January 12, 2009

A lot more stable, with added features!
Line counters, high scores and more

added a feature to customize control keys
by wayne
Mon Mar 19, 2007 4:06 am
Forum: Games
Topic: Yahtzee clone
Replies: 0
Views: 2739

Yahtzee clone

Here's the Yahtzee game I mentioned trying: all original code. do with it as you please.

I cannot be held responsible for any addictions you may suffer.

Updated: Removed unnecessary lines, made the new game feature better, and fixed a bug with multiple "iadtsi" and "iadtsi" entered with no score
by wayne
Tue May 23, 2006 6:22 am
Forum: Games
Topic: Animted Puzzle Game
Replies: 0
Views: 2630

Animted Puzzle Game

An animated puzzle game using sprites

Almost as much fun to play as it was to program.

Have fun!

Updated 26MAY06: added help file
Updated 04JUL06:
Added feature to avoid losing pieces off the edge of the graphic box
by wayne
Wed May 10, 2006 2:23 am
Forum: Games
Topic: Cryptogrammer
Replies: 0
Views: 3568

Cryptogrammer

A relatively simple cryptogram program

Click or use arrow keys to reach a letter to guess, type your guess letter and all of the positions for that letter will be filled.

A notice pops up when you have solved it correctly

Commented extensively. Good for learning
by wayne
Sat Aug 27, 2005 12:06 am
Forum: Demos
Topic: A very basic wireframe modeller
Replies: 0
Views: 3542

A very basic wireframe modeller

A new 3D modeller, rebuilt after my hard-drive crash.

Has a problem with multi-line models. no time just now to figure it out. maybe later.
by wayne
Sun Jul 24, 2005 11:45 pm
Forum: Utilities
Topic: Bitmap editor
Replies: 0
Views: 2878

Bitmap editor

For JohnDavidson's developer project, I submit a relatively simple bitmap editor.

This is a pretty good program for editing icon-sized graphics.

Size capacity is whatever will fit on your screen.

19JAN06 replaced with a copy that actually works!

Done:

Added a primitive "properties" feature ...
by wayne
Tue Jun 28, 2005 10:48 pm
Forum: Demos
Topic: MedStats (Data Files for Multiple Users)
Replies: 5
Views: 8636

When I run this either in JB or the .exe, all I get is a logon window that does nothing!

It has an empty combobox and a cancel button.

<edit>
The combobox just doesn't have any room to drop down to display any names. The down-arrow selects "NEW USER" and won't let me select anything else!

<2nd ...
by wayne
Mon Jun 13, 2005 7:57 pm
Forum: Challenge and Contest Entries
Topic: Memory Challenge
Replies: 3
Views: 13629

Here's my entry, as promised!

Changed, 13OCT05

File is a lot smaller; I changed the code to generate cards and backs, got rid of bitmaps.

Changed the shuffle routine.
by wayne
Tue May 31, 2005 5:58 pm
Forum: Utilities
Topic: A short quiz program for paulgerhard
Replies: 1
Views: 4214

A short quiz program for paulgerhard

A quiz program for paulgerhard; uses a .dat file to list questions and up to 8 multiple-choice answers, opens quiz questions in a window with radio buttons for choosing answers, and returns a score.

This .zip contains two programs; One test program that presents the test to the test-takers, and an ...