Fangames > Unfinished / Incomplete
Work In Progress (and Discontinued) Screenshot Thread
sharkruisher:
--- Quote from: RebornIsaac on January 03, 2016, 09:34:00 PM ---Get hype for...
(click to show/hide)I Wanna Boku no Pico
--- End quote ---
Is that a Anime version of the Weston games? :Kappa:
RebornIsaac:
I decided to scrap I Wanna Boku no Pico, to keep working on a better project, here's a preview!
(click to show/hide):Kappa:
Kyir:
It's not a screenshot or anything, but have some code from an incredibly innovative and not-at-all functional thing I'm working on.
Create Event:
OppDeckList1 = ds_list_create();
ds_list_add(OppDeckList1, 2, 5, 8, 12, 15);
ds_list_shuffle(OppDeckList1);
Step Event:
If objGameBoard.OppTurn = true {
var = ds_list_find_value(OppDeckList1, 0);
objGameBoard.CurrentCard = global.CardDeck[var];
ds_list_delete(OppDeckList1, 0);
objGameBoard.OppTurn = false}
I'm sure guessing what it is will be real challenge for everyone.
lawatson:
could it possibly be sudoku???
Kyir:
No, but that would almost definitely be easier to wrap my head around.
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version