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

Messages - Miez

#141
Great to hear you're making such rapid progress! Really looking forward to this game...
#142
Hey, that's really cool!
#144
Yay! Congrats to my fellow winners!
#145
Well, damn ... looks like I simply won't have enough time to commit to this :'(
So sadly I'm pulling out as well.

And I already had this funky bit of code written and all! :-D

Code: AGS

//-------------
// Septimal, determine the current day of the week
// ------------
int CurrentDayNumber = 0;
String CurrentDayName;

function InitDayOfWeek()
{
  DateTime *Today = DateTime.Now;
  int CurrentY = Today.Year;
  int CurrentM = Today.Month;
  int CurrentD = Today.DayOfMonth;
  int DayTable[12];
  DayTable[0] = 0;
  DayTable[1] = 3;
  DayTable[2] = 2;
  DayTable[3] = 5;
  DayTable[4] = 0;
  DayTable[5] = 3;
  DayTable[6] = 5;
  DayTable[7] = 1;
  DayTable[8] = 4;
  DayTable[9] = 6;
  DayTable[10] = 2;
  DayTable[11] = 4;
  String DayName[7];
  DayName[0] = "Solday";
  DayName[1] = "Moonday";
  DayName[2] = "Tiwazday";
  DayName[3] = "Wodansday";
  DayName[4] = "Thorsday";
  DayName[5] = "Frigaday";
  DayName[6] = "Saturnday";
  if (CurrentM < 3) {
    CurrentY--;
  }
  CurrentDayNumber = (CurrentY + CurrentY/4 - CurrentY/100 + CurrentY/400 + DayTable[CurrentM - 1] + CurrentD) % 7;
  CurrentDayName = DayName[CurrentDayNumber];
}


Ah well, maybe I can find some time soon to partake of a MAGS...
#146
Damn, with all these big guns joining in the fun, this is going to be some tough competition :D
#147
It's what random beardy Dutchmen do :D
#148
Quote from: Eric on Sun 30/06/2013 22:46:02
INCREDIBLE AMISH 3D

SO looking forward to this one :D
#150
Quote from: CaptainD on Fri 28/06/2013 19:58:24
Just one thing... if we do one day make a game with this name, does that disqualify it from the contest?  (wrong)

Nah! :-D
#151
For the next Background Blitz I want you to do something a little different, namely:


The rules and regulations for this blitz are as follows:


  • Resolution must be 320 x 240
  • You can use any number of colors
  • It must clearly be the title screen to an imaginary game
  • User interface elements like buttons etc. are optional
  • The name of your make-believe game must be generated by the Video Game Name Generator. You are allowed to 're-roll' your random name until you find one that inspires you

MAJOR brownie points if you also make an in-game mockup screen to go with your title screen!

And most importantly: have fun with it!

Awards:

FIRST PRIZE
[imgzoom]http://www.miez.nl/awards/BB_title_gold.png[/imgzoom]

SECOND PRIZE
[imgzoom]http://www.miez.nl/awards/BB_title_silver.png[/imgzoom]

THIRD PRIZE
[imgzoom]http://www.miez.nl/awards/BB_title_bronze.png[/imgzoom]


Voting is now open!
Time has come to vote for your favorite title screens. Voting will be open until July 29th.
Please nominate your first, second and third favorites.

These are the entries:

Alaskaban
[imgzoom]http://www.miez.nl/tmp/alaskaban.png[/imgzoom]

Babar
[imgzoom]http://www.miez.nl/tmp/babar.png[/imgzoom]

CaptainD
[imgzoom]http://www.miez.nl/tmp/captaind.png[/imgzoom]

Cat
[imgzoom]http://www.miez.nl/tmp/cat.png[/imgzoom]

Eric
[imgzoom]http://www.miez.nl/tmp/eric.png[/imgzoom]

Gameboy (title & in game)
[imgzoom]http://www.miez.nl/tmp/gameboy_title.png[/imgzoom]  [imgzoom]http://www.miez.nl/tmp/gameboy_ingame.png[/imgzoom]

jWalt (title & in game)
[imgzoom]http://www.miez.nl/tmp/jwalt_title.png[/imgzoom]  [imgzoom]http://www.miez.nl/tmp/jwalt_ingame.png[/imgzoom]

Kastchey
[imgzoom]http://www.miez.nl/tmp/kastchey.png[/imgzoom]

Oraxon
[imgzoom]http://www.miez.nl/tmp/oraxon.jpg[/imgzoom]
#153
Whoooo! Thanks guys & gals. (laugh)
I'll start thinking of the next Blitziness...
#154
I would like to have seen that! :)
#155
Difficult choice as I like entries by both Jwalt and Kastchey ... but my vote goes to:

Kastchey
#156
Frankly I don't think the rules should be discussed at all: Cat is organising this OROW, she's calling the shots. If something is unclear: ask. If you don't like the rules: there's many other activities to enjoy. :)
#157
I really like your second design, calicoreverie. Not a huge fan of the font you used for "copyright 2013..." but the rest is pretty sweet!
#158
Quote from: Stupot+ on Fri 14/06/2013 21:59:41
@Miez. The top half is very nice, but I'm not overly keen on the army of cups in the bottom half.

Good point ... I have an idea for the lower half, making it less "legion of cups" and a little more playful. I'll show it when I have some time to cobble it together.
#159
Congrats to my fellow contributors, there's things I like in each of your backgrounds!
But here are my votes...

Atmosphere: Awakening - The scene certainly makes me curious; who places a portal at the end (start?) of a roller coaster, and what lies beyond the portal?

Composition: jWalt - the composition is a little lop-sided to the right, but in this case it gives the whole scene a certain interesting uneasiness.

Functionality: Awakening - I think jWalt's BG works better as a cutscene BG, and Awakening's BG would work better in a 'conventional' PnC manner.

Technique: Awakening - I really like the 'cut paper' type look - it's consistent and pleasing to the eye.
#160
Makes perfect sense to me...
SMF spam blocked by CleanTalk