Master's *Intution* Builder for PSP/Windows
This is a discussion on Master's *Intution* Builder for PSP/Windows within the PSP Development Forum forums, part of the PSP Development, Hacks, and Homebrew category; Master's Intution Builder for PSP -------------------------------- Well what exactly is this game? well its a puzzle , see if you ...
-
04-17-2006, 12:50 AM #1Developer

- Join Date
- Jan 2006
- Location
- California
- Posts
- 285
- QJ Pts
- 6,608
- Level
- 53
- Downloads
- 0
- Uploads
- 0
Master's *Intution* Builder for PSP/Windows
Master's Intution Builder for PSP
--------------------------------
Well what exactly is this game?
well its a puzzle , see if you can unlock the secret
visual by using your intution.
I will release the Source Code for this after a while
to not spoil the game.
PS: I wrote the majority of this on my birthday
Windows Setup Executable:
http://www.lostsidedead.biz/software...lder-setup.exe
For PSP:
http://www.lostsidedead.biz/software...0for%20PSP.zip
- LostJared
-
04-17-2006, 01:49 AM #2QJ Gamer Platinum
- Join Date
- Feb 2006
- Location
- National Front Disco
- Posts
- 13,057
- QJ Pts
- 66,627
- Level
- 100
- Downloads
- 0
- Uploads
- 0
its on psp or u r making it 4 the psp?????? looks ok!!!
-
04-17-2006, 01:51 AM #3QJ Gamer Platinum
- Join Date
- Feb 2006
- Location
- National Front Disco
- Posts
- 13,057
- QJ Pts
- 66,627
- Level
- 100
- Downloads
- 0
- Uploads
- 0
sorry i just saw the download link!!!!! im stupid aren't I!!!!!!!!!!!!!
-
04-17-2006, 02:38 AM #4is not posting very often

- Join Date
- Feb 2006
- Location
- omnipresent
- Posts
- 5,162
- QJ Pts
- 33,152
- Level
- 100
- Downloads
- 0
- Uploads
- 0
why r u stupid?
What did we think the world would look like in 2015?
http://forums.qj.net/501501-post26.html
Originally Posted by Abe
-
04-17-2006, 02:58 AM #5QJ Gamer Green
- Join Date
- Jan 2006
- Location
- Mystical Avalon
- Posts
- 700
- QJ Pts
- 8,202
- Level
- 61
- Downloads
- 0
- Uploads
- 0
well they didn't see the download link to start with and there still trying to find the edit button so they don't have to keep double posting
Originally Posted by Glynnder- PSPro
[COLOR=SeaGreen]PSP 1000 fw 2.01>>2.60<<1.50>>2.71 SE C>>3.02OE-A>>3.02OE-B>>3.03OE-A>>3.03OE-C
PSP 1003 fw 2.50 >>2.60<<1.50>>2.71 SE-C>>3.02OE-B>>3.03OE-C[/COLOR]
[COLOR=Navy]The Ultimate PSP Homebrew Database[/COLOR]
[url]http://psp-homebrew.eu/homebrew.php[/url]
-
04-17-2006, 03:13 AM #6Think, Do, Gloat.
- Join Date
- Nov 2005
- Location
- England, Norwich
- Posts
- 1,422
- QJ Pts
- 12,687
- Level
- 73
- Downloads
- 0
- Uploads
- 0
It's to the bottom right of the post
-
04-17-2006, 04:50 AM #7QJ Gamer Blue
- Join Date
- Nov 2005
- Posts
- 131
- QJ Pts
- 5,137
- Level
- 45
- Downloads
- 0
- Uploads
- 0
what exactly do you do
-
04-17-2006, 05:53 AM #8Quality Haxing Since 1991
- Join Date
- Oct 2005
- Location
- Pennsylvania, USA Fi
- Posts
- 6,206
- QJ Pts
- 29,255
- Level
- 99
- Downloads
- 0
- Uploads
- 0
It's spelled "intuition"
Originally Posted by Noriko
-
04-17-2006, 07:25 AM #9Developer

- Join Date
- Jan 2006
- Location
- California
- Posts
- 285
- QJ Pts
- 6,608
- Level
- 53
- Downloads
- 0
- Uploads
- 0
Notice the Stars around the words *Intution* on the post hehe I spelled it that way on purpose.
-
04-17-2006, 10:28 AM #10QJ Gamer Green
- Join Date
- Feb 2006
- Location
- Between your mothers legs.
- Posts
- 2,518
- QJ Pts
- 15,053
- Level
- 79
- Downloads
- 0
- Uploads
- 0
ooh, anouther lostjared game... master peice confused me...
Mind if i put it on psp news 24?
-
04-17-2006, 04:21 PM #11Developer

- Join Date
- Jan 2006
- Location
- California
- Posts
- 285
- QJ Pts
- 6,608
- Level
- 53
- Downloads
- 0
- Uploads
- 0
hehe MasterPeice -> MasterPeace bascily sayin peace hehe..
-
04-21-2006, 01:25 PM #12Developer

- Join Date
- Jan 2006
- Location
- California
- Posts
- 285
- QJ Pts
- 6,608
- Level
- 53
- Downloads
- 0
- Uploads
- 0
The Secret to the Game
The Secret to the game
is there will never be a time to press circle, however it will ask you to
Unless you press it only 3 times (1&1&1=3)
than once the end screen comes up press it 3 times agian
to unlock the visualization
maybe its better to explain in code
// code snipit:
Someone said:inline void shuffle_cards(Card *cardz) {
unsigned int i, r;
int card_types[3];
memset(card_types, 0, sizeof(card_types));
int off = 0;
do {
r = rand()%4;
for(i = 0; i < 3; i++) {
if(card_types[i] == 0)
{
int ok = 0;
for(unsigned int i = 0; i < 3; i++) {
if(card_types[i] != r) continue;
else { ok = 1; break; }
}
if(ok == 0)
{
card_types[off++] = r;
break;
}
}
}
if(off >= 3) break;
} while ( 1 );
for(i = 0; i < 3; i++) {
cardz[i].card_type = card_types[i];
}
do { cur_card = rand()%4; } while ( cur_card == 0 );
do { rand_card = rand()%4; } while ( rand_card == 0 );
}
// than the input down function
inline void input_down(int d) {
switch(screen) {
case SCR_GAME:
if(shuffle == 1) return;
if(cur_card == d && rand_card == cur_card) {
screen = SCR_ANSWER;
answer = 1;
}
else screen = SCR_ANSWER, answer = 0;
if(d == B_CIRCLE)
wrong++;
break;
case SCR_FOURT:
{
static int counter = 0;
if(pyscho_active == 1) {
if(d == B_CIRCLE)
{
counter++;
if(counter >= 3) {
screen = SCR_INT;
}
} else counter = 0;
}
else {
new_game();
}
}
break;
}
}
The Source Code:11. » nsjkhwjihiwhui
this is piss - there is no pattern. press select a few times watch the right symbol change. its random. GAY.
/rant
http://www.lostsidedead.biz/software...-win32-src.rar


LinkBack URL
About LinkBacks
Reply With Quote

Unfortunately, these cheaters are ruining many games.
Damn Cheaters Ruining A Game