Search found 20 matches

by Teng
Tue Oct 13, 2009 4:23 am
Forum: Applications - Feedback and Discussion
Topic: Compiler tutorial: suggest more stuff
Replies: 43
Views: 19537

Re: Compiler tutorial: suggest more stuff

Heh, yeah have to agree with you but for me most books on compilers suck because I can't understand them :? (probably more likely that I suck). Surely you could recommend some books on the subject that you have referenced from because you didn't just wake up one day and found out that you knew how ...
by Teng
Mon Oct 12, 2009 12:54 pm
Forum: Applications - Feedback and Discussion
Topic: Compiler tutorial: suggest more stuff
Replies: 43
Views: 19537

Re: Compiler tutorial: suggest more stuff

Hi Trond, came across a good free book you could use as a supplement to your tutorial :
'Understanding and Writing Compilers : A do-it-yourself-guide by Richard Bornat', nice book rated highly by others. Hope it helps. :)
http://www.cs.mdx.ac.uk/staffpages/r_bo ... piling.pdf
by Teng
Fri Sep 25, 2009 8:12 pm
Forum: Off Topic
Topic: Good Freeware Stuff
Replies: 669
Views: 684262

Re: Good Freeware Stuff

3D Rad is now FREEEEEE!!!! :P :P :P (No, I'm not talking about the free-demo version, I'm talking about the professional version, yep! It's totally free!!!)
http://3drad.com/

3D RAD - Free 3D Game Maker: Learn How To Make a 3D Game FAST !
For Windows® Vista/XP

With 3D RAD - the hottest free 3d ...
by Teng
Fri Sep 25, 2009 8:05 pm
Forum: Game Programming
Topic: SuperSprite3D
Replies: 37
Views: 22423

Re: SuperSprite3D

From all the great comments posted on this thread, I gather that Cpl.Bator's SuperSprite3D is a must see. Too bad the links are dead for me too. If it's not too much trouble Psychophanta (or anyone else who has the source), could you please post a link here, I'm sure lots of people would like to try ...
by Teng
Fri Sep 25, 2009 8:00 pm
Forum: Game Programming
Topic: Picture Slider Puzzle example with randomizer and solver
Replies: 3
Views: 2428

Re: Picture Slider Puzzle example with randomizer and solver

Interesting game! Is this a VB port to PB?

I did similar things for my sliding number puzzle, but not quite the same. I kept the puzzle pieces in one string and reassigned the image tiles to the image locations IF the blank was next to the piece clicked on.

Will be posting code soon!

Looking ...
by Teng
Thu Sep 17, 2009 7:34 am
Forum: Game Programming
Topic: Magic Emo Ball code
Replies: 2
Views: 1622

Re: Magic Emo Ball code

Emo is right, sounds like that famous Eliza chat program, except this Eliza has PMS or something :lol:, just out of curiousity what does the MEB001.jpg look like? Thanks for sharing.
by Teng
Wed Sep 09, 2009 10:16 am
Forum: Applications - Feedback and Discussion
Topic: Compiler tutorial: suggest more stuff
Replies: 43
Views: 19537

What I did was to look a lot on PB's assembly output. When I was unsure of how to translate a certain expression into assembly, I just typed the expression into PB and compiled it to asm (I have a batch file to do it from the tools menu). Very handy.

And again (I mentioned this in the tutorial ...
by Teng
Wed Sep 09, 2009 9:52 am
Forum: Applications - Feedback and Discussion
Topic: Compiler tutorial: suggest more stuff
Replies: 43
Views: 19537

Just finished reading section 11 of your tutorial on pre-optimization :) . One thing though, since your tutorial is directed at beginners, you should make passing mention that basic assembler knowledge is required but I guess that is obvious enough if you think about it :lol: . Here's a link to ...
by Teng
Wed Sep 09, 2009 9:27 am
Forum: Game Programming
Topic: little Tetris Game
Replies: 11
Views: 9706

Ollivier's code is cool 8) but I can't make sense of it :? , so I coded my own tetris game from scratch. Tetris still rocks. :wink:

Download tetris.zip

Sourcecode (note : you need the media files to run this program) :

InitKeyboard() : InitSprite() : InitSound()

win_id1 = OpenWindow(#PB_Any ...
by Teng
Sun Sep 06, 2009 8:07 am
Forum: Applications - Feedback and Discussion
Topic: Compiler tutorial: suggest more stuff
Replies: 43
Views: 19537

Re: Compiler tutorial: suggest more stuff

Some people wanted to know how to create a programming language in PureBasic: http://www.purebasic.fr/english/viewtopic.php?t=34316

So I started a tutorial: http://pbtut.blogspot.com/

Please post here if there is some particular topic you are interested in a tutorial on, or if something wasn't ...
by Teng
Sun Sep 06, 2009 7:53 am
Forum: Coding Questions
Topic: I need help with PureZip
Replies: 5
Views: 1388

http://www.wattpad.com/24659-Cracking-Zip-Password-Files

"a char is a character, which can be anything - a number, a lowercase or undercase letter or a symbol such as ! or &". I think spaces are also included.

your chars only include the printable characters ...
by Teng
Sun Sep 06, 2009 7:42 am
Forum: Game Programming
Topic: Picture Slider Puzzle example with randomizer and solver
Replies: 3
Views: 2428

Picture Slider Puzzle example with randomizer and solver

A simple picture puzzle sliding game with a randomizer and a solver feature (accessed through the menu). Doesn't use screen mode, but image gadgets :idea: . Easy to understand, for beginners. :P

http://host-a.net/Teng/pspic.jpg/thumb.png

download link

or

copy the sourcecode below and ...
by Teng
Mon Aug 31, 2009 8:44 am
Forum: Game Programming
Topic: Simple Blackjack game using Microsoft cards.dll
Replies: 3
Views: 2718

Matt:
I could upload the 'cards.dll' to my host-a.net account and provide a link but I'm not sure that would be legal, since 'cards.dll' is proprietary to Microsoft or licensed only to Microsoft for distribution with a particular OS.

If you're still interested in making a card game using cards.dll ...
by Teng
Mon Aug 31, 2009 5:05 am
Forum: General Discussion
Topic: Can you create a programming language in PureBasic?
Replies: 61
Views: 19994

Thanks again for the info (very easy to understand) and thanks in advance for any subsequent tutorial parts. Will save the whole tutorial (all parts) as a *.mht and burn it to a cd so I can keep it as a reference forever. :P
by Teng
Mon Aug 31, 2009 4:59 am
Forum: Game Programming
Topic: Simple Blackjack game using Microsoft cards.dll
Replies: 3
Views: 2718

Simple Blackjack game using Microsoft cards.dll

Info used as reference :
http://www.powerbasic.com/support/downloads/gazette/gaz043.txt
http://www.purebasic.fr/english/viewtopic.php?t=6598&highlight=&sid=25479ffa3313c41317f64fd0d5ad1179
http://www.catch22.net/tuts/cards

http://host-a.net/Teng/pic1.GIF/thumb.png

Tested on my WinXP 32bit ...