
Elenesski's Two Bar
This game is from the old Ludum Dare platform. You can try viewing the original page on Web Archive
(may not load correctly).
(may not load correctly).
The name of the game is TWO BAR; it's a musical "simon says" kind of game, but it's more like a hearing game. TWO BAR comes from the fact that you are playing with/hearing two bars of musical time. The purpose is to try to get to the highest level in the least amount of time. The main game implements only two controls ENTER and SPACE BAR. It starts out kind of easy, but difficulty increases and requires great timing skill to get a great score. There are only 15 levels, beyond level 8 it gets really fricken hard. (An extra level exists so that you can end the game and register your score.)
WARNING: This game can cause you to get a little dizzy/hypnotised. Just look away and your vision will return in a few moments.
I have implemented a top 40 list on a server. Yes, I wrote all this in less than 48 hours. All of the source code is available. The only EXCEPTION is that the PHP server database address and password are not included. WARNING: Passwords are stored in clear text, so don't store a real password.
(Shameless plug: I was able to implement the server quickly because I am working on EODB and NEODB, and was able to use them as a reference to write the server. All the code for this game was written from scratch in 48 hours.)
WARNING: This game can cause you to get a little dizzy/hypnotised. Just look away and your vision will return in a few moments.
I have implemented a top 40 list on a server. Yes, I wrote all this in less than 48 hours. All of the source code is available. The only EXCEPTION is that the PHP server database address and password are not included. WARNING: Passwords are stored in clear text, so don't store a real password.
(Shameless plug: I was able to implement the server quickly because I am working on EODB and NEODB, and was able to use them as a reference to write the server. All the code for this game was written from scratch in 48 hours.)