Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Topics - Gregory Atlas

#1
Hello everyone, the cryption isnt working that way on a Windows 7 computer.

Code (glbasic) Select
// --------------------------------- //
// Project: Crash
// Start: Monday, February 14, 2011
// IDE Version: 9.005


// SETCURRENTDIR("Media") // seperate media and binaries?


GLOBAL playername$ = "Nobody"
GLOBAL pass$ ="asdasdas"
GLOBAL score = "10000"
GLOBAL hex$ = "HFb3HZnS3HeFRnerun,"+playername$+","+score
GLOBAL msg$

msg$ = ENCRYPT$(pass$, hex$)

KEYWAIT
#2
Beta Tests / Runner [Done]
2010-Nov-29
Hello everyone, i finished my first game...  finally. :)
And i don't want to hold it back to you, if you have some time left to test this game i would be happy.
Some feedback would be really nice, maybe i will consider making the changes to the game still.

http://games.zeewolf.org/



Knowing Bug:  :whistle:
Before i start telling you 'How to play' the game: If you reach a big score you can upload it to the database, the only thing you need to do is having your firewall configurated that allows you to send the score over the net, otherwise the game freezes and it crashes after a while. You can visit the homepage to see what Position you are at the moment. :)

** Fixed **

How to play
-----------------
This is simple and easy to explain.
- Use yor Cursor Keys to move the marble.
- You have to collect all Bombs in a certain Time.
- You have to be careful not to slip off the Track.
- You will loose Energy otherwise and if the energy reaches Zero you loose a Live.
- If your Timer runs out you will loose a Live too.
  But you will gain some time back for the Timer.

Have fun playing and testing.  =D
- Greg