Author Topic: Work In Progress (and Discontinued) Screenshot Thread  (Read 69806 times)

sharkruisher

  • Cherry Eater
  • Posts: 59
  • "Balls!" - Ziltoid The Omniscient 2007
  • OS:
  • Windows 10 Windows 10
  • Browser:
  • Chrome 47.0.2526.106 Chrome 47.0.2526.106
    • View Profile
  • Playstyle: Keyboard
Re: Work In Progress (and Discontinued) Screenshot Thread
« Reply #150 on: January 04, 2016, 11:23:11 AM »
Get hype for...

(click to show/hide)

Is that a Anime version of the Weston games? :Kappa:

RebornIsaac

  • Cherry Eater
  • Posts: 65
  • ~(´・ω・`)~
  • OS:
  • Windows 8.1/Server 2012 Windows 8.1/Server 2012
  • Browser:
  • Chrome 48.2.2564.88 Chrome 48.2.2564.88
    • View Profile
  • Playstyle: Keyboard
Re: Work In Progress (and Discontinued) Screenshot Thread
« Reply #151 on: February 06, 2016, 10:49:51 AM »
I decided to scrap I Wanna Boku no Pico, to keep working on a better project, here's a preview!
(click to show/hide)

Kyir

  • The Kid
  • Posts: 293
  • Normal Guy
  • OS:
  • Windows 7/Server 2008 R2 Windows 7/Server 2008 R2
  • Browser:
  • Chrome 48.0.2564.103 Chrome 48.0.2564.103
    • View Profile
  • Playstyle: Keyboard
Re: Work In Progress (and Discontinued) Screenshot Thread
« Reply #152 on: February 08, 2016, 10:36:47 AM »
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

  • The Kid
  • Posts: 331
  • I do things and I make things.
  • OS:
  • Windows 7/Server 2008 R2 Windows 7/Server 2008 R2
  • Browser:
  • Chrome 48.0.2564.97 Chrome 48.0.2564.97
    • View Profile
  • Playstyle: Keyboard
Re: Work In Progress (and Discontinued) Screenshot Thread
« Reply #153 on: February 08, 2016, 11:18:23 AM »
could it possibly be sudoku???
(click to show/hide)

smoke weed everyday

Kyir

  • The Kid
  • Posts: 293
  • Normal Guy
  • OS:
  • Windows 7/Server 2008 R2 Windows 7/Server 2008 R2
  • Browser:
  • Chrome 48.0.2564.103 Chrome 48.0.2564.103
    • View Profile
  • Playstyle: Keyboard
Re: Work In Progress (and Discontinued) Screenshot Thread
« Reply #154 on: February 08, 2016, 11:21:32 AM »
No, but that would almost definitely be easier to wrap my head around.

lawatson

  • The Kid
  • Posts: 331
  • I do things and I make things.
  • OS:
  • Windows 7/Server 2008 R2 Windows 7/Server 2008 R2
  • Browser:
  • Chrome 48.0.2564.97 Chrome 48.0.2564.97
    • View Profile
  • Playstyle: Keyboard
Re: Work In Progress (and Discontinued) Screenshot Thread
« Reply #155 on: February 08, 2016, 11:32:39 AM »
magic the gathering? (last guess)
(click to show/hide)

smoke weed everyday

Kyir

  • The Kid
  • Posts: 293
  • Normal Guy
  • OS:
  • Windows 7/Server 2008 R2 Windows 7/Server 2008 R2
  • Browser:
  • Chrome 48.0.2564.103 Chrome 48.0.2564.103
    • View Profile
  • Playstyle: Keyboard
Re: Work In Progress (and Discontinued) Screenshot Thread
« Reply #156 on: February 08, 2016, 11:52:19 AM »
Simpler than that, but close enough.

Aelya

  • Cherry Eater
  • Posts: 55
  • love~ <3
  • OS:
  • Windows 7/Server 2008 R2 Windows 7/Server 2008 R2
  • Browser:
  • Chrome 48.0.2564.103 Chrome 48.0.2564.103
    • View Profile
    • stream
  • Playstyle: Keyboard
Re: Work In Progress (and Discontinued) Screenshot Thread
« Reply #157 on: February 08, 2016, 02:18:24 PM »
definitely some kind of card game :p
you create the opponent's deck and add a few cards. then in the step event you check whether it's the computer's turn, and if it is, you "draw" a card, remove it from the deck (of course) and end the turn.

i just can't guess what game it is from the values involved :p

Kyir

  • The Kid
  • Posts: 293
  • Normal Guy
  • OS:
  • Windows 7/Server 2008 R2 Windows 7/Server 2008 R2
  • Browser:
  • Chrome 48.0.2564.103 Chrome 48.0.2564.103
    • View Profile
  • Playstyle: Keyboard
Re: Work In Progress (and Discontinued) Screenshot Thread
« Reply #158 on: February 08, 2016, 03:01:33 PM »
Yeah! That's what all the code there does. I'm still struggling with figuring out how to make Game Maker hold onto values while I'm switching around active objects but I'm sure I'll figure it out eventually.

That, or I'll give up on it completely.

That said, if anyone's interested in helping me recreate what's basically a dumbed-down version of Tetra Master from FF9, send me a message somewhere.
« Last Edit: February 08, 2016, 03:51:55 PM by Kyir »

Katz

  • Cherry Eater
  • Posts: 71
  • OS:
  • Windows 8.1/Server 2012 Windows 8.1/Server 2012
  • Browser:
  • Chrome 48.0.2564.103 Chrome 48.0.2564.103
    • View Profile
  • Playstyle: Keyboard
Re: Work In Progress (and Discontinued) Screenshot Thread
« Reply #159 on: February 09, 2016, 11:08:34 AM »

RebornIsaac

  • Cherry Eater
  • Posts: 65
  • ~(´・ω・`)~
  • OS:
  • Windows 8.1/Server 2012 Windows 8.1/Server 2012
  • Browser:
  • Chrome 48.2.2564.88 Chrome 48.2.2564.88
    • View Profile
  • Playstyle: Keyboard
Re: Work In Progress (and Discontinued) Screenshot Thread
« Reply #160 on: February 13, 2016, 02:26:52 PM »
Okay, enough with the dumb projects, here is a preview for a serious fangame.
(I swear it's not horrible!)
(click to show/hide)

Kyir

  • The Kid
  • Posts: 293
  • Normal Guy
  • OS:
  • Windows 7/Server 2008 R2 Windows 7/Server 2008 R2
  • Browser:
  • Chrome 48.0.2564.109 Chrome 48.0.2564.109
    • View Profile
  • Playstyle: Keyboard
Re: Work In Progress (and Discontinued) Screenshot Thread
« Reply #161 on: February 13, 2016, 03:12:28 PM »
I can confirm: does not look like a dumb project. Is that background animated?

Skulldude899

  • Cherry Eater
  • Posts: 89
  • no
  • OS:
  • Windows 10 Windows 10
  • Browser:
  • Chrome 48.0.2564.109 Chrome 48.0.2564.109
    • View Profile
    • TwitchTV Channel - Skulldude899
  • Playstyle: Keyboard
Re: Work In Progress (and Discontinued) Screenshot Thread
« Reply #162 on: February 13, 2016, 03:22:19 PM »
working on sth :3

:IceFairy:  c h i l l m e m e s b r o  :IceFairy:

RebornIsaac

  • Cherry Eater
  • Posts: 65
  • ~(´・ω・`)~
  • OS:
  • Windows 8.1/Server 2012 Windows 8.1/Server 2012
  • Browser:
  • Chrome 48.2.2564.88 Chrome 48.2.2564.88
    • View Profile
  • Playstyle: Keyboard
Re: Work In Progress (and Discontinued) Screenshot Thread
« Reply #163 on: February 13, 2016, 03:32:49 PM »
I can confirm: does not look like a dumb project. Is that background animated?

Yeah, grows and keeps creating more along the beat of the song

WetWookie

  • Cherry Eater
  • Posts: 90
  • OS:
  • Windows 8.1/Server 2012 Windows 8.1/Server 2012
  • Browser:
  • Firefox 43.0 Firefox 43.0
    • View Profile
  • Playstyle: Keyboard
Re: Work In Progress (and Discontinued) Screenshot Thread
« Reply #164 on: February 20, 2016, 06:00:13 PM »
(click to show/hide)
« Last Edit: February 20, 2016, 06:11:05 PM by WetWookie »