Search found 6 matches

by berk
Wed May 11, 2016 9:18 pm
Forum: Development
Topic: Assembler of choice?
Replies: 6
Views: 3202

Re: Assembler of choice?

Works well. Thank you very much :)
by berk
Tue May 10, 2016 10:40 pm
Forum: Development
Topic: Assembler of choice?
Replies: 6
Views: 3202

Re: Assembler of choice?

Hello,

does somebody use z80asm from z88dk project? Is there any example how to use it separately from zcc?

Thank you
by berk
Wed May 04, 2016 8:50 pm
Forum: Development
Topic: Eller's maze generator
Replies: 9
Views: 6701

Re: Eller's maze generator

I think it depends only on the random number generator - sometimes it gives quite difficult maze (more branches).
Great! 8-)
by berk
Mon May 02, 2016 11:47 am
Forum: Development
Topic: Eller's maze generator
Replies: 9
Views: 6701

Re: Eller's maze generator

Sorry for my English :-)

In my opinion path from start to finish is often too direct. Should be little more complex with more branches.
by berk
Sun May 01, 2016 9:45 pm
Forum: GAMES
Topic: Gomoku
Replies: 3
Views: 3583

Gomoku

Gomoku or five in row is favorite game mainly among pupils which are playing it at grid paper. At the beginning I had crazy idea to create gomoku for command line in windows and linux. I did it in c programming language and it worked fine. Then I started experimenting and compile it with z88dk for z...
by berk
Sun May 01, 2016 3:52 pm
Forum: Development
Topic: Eller's maze generator
Replies: 9
Views: 6701

Re: Eller's maze generator

Hello Zsolt,

it is very nice game with interesting idea - thank you for post.

The only notice - it is too easy to solve maze. May be the reason is that paths are too direct - is there some option for create them little more short?