|
#1
|
||||
|
||||
![]() BrainStorm About: Brainstorm is a quiz-style game. Start: 12 May 2011 Release date: May-June 2011 Done: graphics, 50% of code In process: change languages (Russian and English), highscores Need help with: questions in english (maybe other languages) If somebody want to see native language in the game, communicate with me. Screenshots: Video: {www.youtube.com/watch?v=_5pxaimvZiI}
__________________
Snake [Ru/Eng] | Who Wants to Be a Millionaire? [Ru/Eng] | Pacman [Ru] | BrainStorm [Ru/Eng] Last edited by alexvilla; 06-03-2011 at 05:42 AM. |
|
|
|||
|
|
|
#2
|
|||
|
|||
|
I can't find a download button? Can you make one?
|
|
#3
|
||||
|
||||
|
Release date: May-June 2011
__________________
Snake [Ru/Eng] | Who Wants to Be a Millionaire? [Ru/Eng] | Pacman [Ru] | BrainStorm [Ru/Eng] |
|
#4
|
||||
|
||||
|
Looks awesome!
|
|
#5
|
||||
|
||||
|
Yes! That looks really good man. The graphics are nice too.
__________________
Tell me if you need an unique design for your app ; ) |
|
#6
|
||||
|
||||
|
__________________
Snake [Ru/Eng] | Who Wants to Be a Millionaire? [Ru/Eng] | Pacman [Ru] | BrainStorm [Ru/Eng] |
|
#7
|
||||
|
||||
|
help me please with highscores
what I have now: Code:
function saveScores()
if highscores < scores then
highscores = scores;
local file = io.open("highscores.lua", "w");
if file ~= nil then
file:write("# BrainStorm Highscores:\n");
file:write(highscores,"\n")
end;
file:close();
end;
end;
function loadScores()
local file = io.open("highscores.lua", "r");
if file ~= nil then
input = file:read("*l");
if (input ~= nil) or (string.find(input, "BrainStorm Highscores") ~= nil) then
input = file:read("*l");
local i = 0;
while input ~= nil do
highscores = tonumber(input);
input = file:read("*l");
end;
end;
end;
end;
__________________
Snake [Ru/Eng] | Who Wants to Be a Millionaire? [Ru/Eng] | Pacman [Ru] | BrainStorm [Ru/Eng] |
|
#8
|
|||
|
|||
|
this looks good in terms of graphics, I hope the english translation is done soon!
__________________
Apps: Guitar Tuner- http://anythingbutipod.com/forum/showthread.php?t=61049 |
|
#9
|
||||
|
||||
|
Quote:
firstly I need help with saving highscores. Can somebody help me?
__________________
Snake [Ru/Eng] | Who Wants to Be a Millionaire? [Ru/Eng] | Pacman [Ru] | BrainStorm [Ru/Eng] |
|
#10
|
||||
|
||||
|
With highscores all good now. I made it!
![]() I have included English language in the game today. Now I need questions for the game (in english of course)
__________________
Snake [Ru/Eng] | Who Wants to Be a Millionaire? [Ru/Eng] | Pacman [Ru] | BrainStorm [Ru/Eng] |
|
#11
|
|||
|
|||
|
Quote:
Good Luck
__________________
Apps: Guitar Tuner- http://anythingbutipod.com/forum/showthread.php?t=61049 |
|
#12
|
||||
|
||||
|
Quote:
__________________
Tools: Playlist Manager , Document to RSS , Notepad++ Instellisense Games/Apps: Asteroids, ZenFrame, Graphing Calculator, Pingus X-Fi2, Boxwars, SkiFree, Jezzball |
|
#13
|
||||
|
||||
|
lol it looks like stewie griffin!
__________________
I wUz he3R
|
![]() |
«
Previous Thread
|
Next Thread
»
| Thread Tools | Search this Thread |
| Display Modes | |
|
|
All times are GMT -5. The time now is 11:01 PM.















I wUz he3R
Linear Mode
