Search found 56 matches

by cassiope01
Fri Feb 15, 2013 2:26 pm
Forum: Games
Topic: A little gadget game.
Replies: 1
Views: 11810

A little gadget game.

You will going to recognize this game.

But I need you to create levels...

Play with arrow keys to avoid the nasty viruses reaching the indicated exit.

When you move from 1 cell, the viruses tries to move 2 cells.

To create level :
- if you click on the viruses, you can replace it where you want ...
by cassiope01
Sun Jan 27, 2013 1:27 pm
Forum: Database
Topic: A little encrypted database with password
Replies: 0
Views: 29314

A little encrypted database with password

Hi,
I needed a small encrypted database, to keep my many login and password to access to forums or other.
So I searched on this forum, and I found some very interesting things, as usual!
I chose the mask password by tsh73, and the excellent XORcoding by tenochtitlanuk (John F) .
Here is the result ...
by cassiope01
Tue Jan 15, 2013 5:03 pm
Forum: Games
Topic: Little Darts Game (convert from LB)
Replies: 0
Views: 25428

Little Darts Game (convert from LB)

Here is a little darts game, that I wanted to convert to JB.
The original author is Ben Jimenez for Liberty Basic.

colordarts.bas

and for Just Basic :
by cassiope01
Sun Dec 23, 2012 10:13 am
Forum: Games
Topic: Attempt to create a submarine simulator.
Replies: 0
Views: 24402

Attempt to create a submarine simulator.

It's just an attempt.
I absolutely don't know if I abble to rich this chalenge...
Here is the interface, but all calculations are still needed to make this realistic simulator and almost playable ...
I'm really not the best math ...
by cassiope01
Sun Nov 04, 2012 7:29 pm
Forum: Games
Topic: A mini beatbox looper...
Replies: 3
Views: 15496

Re: A mini beatbox looper...

8 sounds added. (total = 24)

Play sound when click and music is paused.

I must better organize sounds...

Have fun ;)

Edit: Now you can edit each page : simply be paused. (Stop button)

Edit: With some colors ;) and sounds a little better sorted...

Edit: With Copy, Cut, Paste buttons like Rod's ...
by cassiope01
Sun Nov 04, 2012 9:31 am
Forum: Games
Topic: A mini beatbox looper...
Replies: 3
Views: 15496

Re: A mini beatbox looper...

Some functions added to your sequencer.zip Rod, with cundo help to manage the tempo...
by cassiope01
Wed Oct 31, 2012 1:18 pm
Forum: Games
Topic: A mini beatbox looper...
Replies: 3
Views: 15496

A mini beatbox looper...

Not yet done, but I need help and so I share this working base for the moment...

Here is the thread.


Hoping some help or good ideas ;)

Thanks.
@+

.
by cassiope01
Wed Oct 31, 2012 1:14 pm
Forum: Games
Topic: A little piano...
Replies: 3
Views: 15109

Re: A little piano...

With the help of Roland (for the sound files) and tsh73 :D but many thanks :P
by cassiope01
Sun Oct 21, 2012 7:15 am
Forum: Games
Topic: A little piano...
Replies: 3
Views: 15109

A little piano...

A guy on the french forum shared some music notes WAV files.
So I've coded this little toy :)

Little piano

I chose the common keys of AZERTY and QWERTY keyboards for playing with keyboard. (see the groupbox "Clavier" )

Del = delete the last note
Enter = play the melody
R = save/load a melody ...
by cassiope01
Sun Sep 30, 2012 8:46 am
Forum: Games
Topic: A little cards trick.
Replies: 0
Views: 24807

A little cards trick.

A little cards trick.

In the zip you can find too a small tool to make sprites cards from a single bmp file from wikipedia.
If you want to use it, unzip the file "Make_Cards_Sprites.zip" in the directory of your game code and then run "Make_Cards_Sprites_Texas.bas". That's all.

Have fun.
by cassiope01
Thu Jul 26, 2012 5:47 pm
Forum: Games
Topic: Do you remember this game ?
Replies: 0
Views: 24988

Do you remember this game ?

Hello,

a friend told me about this old game that I didn't know...!

So I've code it.

But now, I need you because I don't have enough imagination to create levels !

In Editor mode (SPACE key) you just have to click on an icon : it's the new pen, and you can draw with it.
'r' or 'R' to record the ...
by cassiope01
Tue Jul 17, 2012 3:30 pm
Forum: Utilities
Topic: Just a to help to translate the help in french...
Replies: 0
Views: 22496

Just a to help to translate the help in french...

Not terminate.
I wrote this code just to help me to translate JustBasic's Help in french...
by cassiope01
Tue Jul 17, 2012 8:50 am
Forum: Games
Topic: Falling marbles...
Replies: 0
Views: 20559

Falling marbles...

Please, see this topic

Have fun.
by cassiope01
Thu Jun 28, 2012 7:18 am
Forum: Games
Topic: Cresus, do you remember this little stupid game ?
Replies: 0
Views: 16425

Cresus, do you remember this little stupid game ?

In grid game category, here it is Cresus !
It's a very old little stupid game.
At that time it was also with a squirrel, but Scrat did not yet exist :D

So the goal is very simple : become richer than Scrat.
You can only take coins around Scrat.

I'm french, so coins are €uros :wink:

Casually ...
by cassiope01
Sat Jun 16, 2012 12:49 pm
Forum: Games
Topic: Chain reaction with recurcivity.
Replies: 1
Views: 6666

Re: Chain reaction with recurcivity.

UPDATED.

Computer play.
Game saved.

AI improvement !

Priority to cells that do explode the most of opponent's cells...

have fun...;)

.