Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length

 
Advanced search

1076106 Posts in 44164 Topics- by 36129 Members - Latest Member: UmmagummaGames

December 30, 2014, 11:02:30 AM
  Show Posts
Pages: [1]
1  Feedback / Playtesting / Re: Prismacode - Turtle Graphics in HTML5 Canvas on: July 05, 2013, 04:09:54 PM
This is really neat!
I love how you can, in a handful of lines, make really intricate designs.

Seeing the premade code at first looked really confusing, but when I tried making my own design I got the hang of it in a matter of minutes. This is something I can see myself coming back to time and again when I get bored.

Functions and variables sound neat, but I think it's best to also try and keep it simple as I think the simplicity is the beauty of it.

(also, boxes: http://prismaco.de/program/3f8 )
(edit: even more colorful boxes: http://prismaco.de/program/3f9 . This tool is awesome!)

double edit: I think I have found a bug, it wont draw when I put a range on my color parameter in a spin loop:

This works,
Code:
MOVETO -300 -20
REPEAT 10 {

  SPIN 47:22 {

    COLOR 30
    REPEAT 4 {
      LINE 30
      TURN 90
    }
    LINE 40
  }
}

but this doesnt.
Code:
MOVETO -300 -20
REPEAT 10 {

  SPIN 47:22 {

    COLOR 30:250
    REPEAT 4 {
      LINE 30
      TURN 90
    }
    LINE 40
  }
}
Or maybe I am just overlooking something.
2  Feedback / Playtesting / Re: Colorworks - Engineering puzzle game! on: June 08, 2013, 08:03:22 AM
Fun little game! Hard thou, but thats the point right.

I like the humor in the text screens but I think you should add a way to step through them with the mouse button.

Yhea, i'm going to make the message screen a bit more obvious, as some people even had trouble skipping it because i hadn't added a "press any key to continue" text. But I'm definately going to add mouse skipping!
3  Community / Townhall / Re: The Obligatory Introduce Yourself Thread on: June 08, 2013, 02:50:17 AM
Hello everybody!

I'm Citiral (or wxcvbn on some really old sites) but my real name is Olivier de Schaetzen.

I have know the forums for quite a while but only now created an account.

I'm a student currently in my last year of high school, and i'm going to uni in a couple of months. I've been developping games as a hobby, together with some friends, for about 4 years now and even managed to release some games in the last 1.5 years! :D

I'm currently working on an engineering game, called Colorworks.

So that's it I guess.
4  Feedback / Playtesting / Colorworks - Engineering puzzle game! on: June 08, 2013, 02:20:36 AM
Hello!

Info
I've always been in love with games such as manufactoria, tile factory, and everything Zach made (spacechem, KOHCTPYKTOP, codex of alchemical engineering) so I decided to make my own game in that genre!

In the game you must build a factory that creates all kinds of different colors. I tried my best to make the game as difficult as possible! I'm still going to add some more levels, but overal the game is feature complete and just needs some better graphics and music/sounds.

Screens



Link
Play it here! (dropbox)
Pages: [1]
Theme orange-lt created by panic