Choice screen gameplay

yes_no_world

solo entry for pyweek :)

Awards


The Python 2 is dead award
Presented by ntoll

Give this entry an award

Scores

Ratings (show detail)

Overall: 2.7
Fun: 2.2
Production: 3
Innovation: 2.9

25% respondents marked the game as not working.
Respondents: 9

Files

File Uploader Date
yes_no_world-1.1.zipfinal
Final Version with Data
gizmo_thunder 2018/04/23 02:48
yes_no_world-1.0.zip.zipfinal
Final RC2
gizmo_thunder 2018/04/22 02:08
Screen Shot 2018-04-22 at 12.43.17 AM.png
Choice screen gameplay
gizmo_thunder 2018/04/21 19:14
Screen Shot 2018-04-22 at 12.42.02 AM.png
Main Screen
gizmo_thunder 2018/04/21 19:14
yes_no_world-0.9.zipfinal
RC1
gizmo_thunder 2018/04/21 19:11
yes_no_world-0.8.zipfinal
First version upload
gizmo_thunder 2018/04/21 18:37
Screen Shot 2018-04-19 at 7.32.49 PM.png
Running within game.
gizmo_thunder 2018/04/19 14:06
Screen Shot 2018-04-19 at 7.32.36 PM.png
Scene setup in cocos creator
gizmo_thunder 2018/04/19 14:06

Diary Entries

Starting with framework

I've been used to picking inkscape for my level design in some of my previous pyweek entries. 


Since then I've been using cocos2d-x with various editors for the UI and animation. The latest tool out there for cocos2d-x is the cocos creator. I've been researching about how this could be used in CPP. I've now started writing the relevant classes for python cocos. This should help me speedup the UI / UX iterations .. while doing all this I'm hoping I can build a reasonable game :)

3 comments

UI editor bugs

I setup my workflow around an editor called cocos creator. Wrote a script to be able to handle the scene creation and all but what I realised yesterday was that there are bugs in the editor plugin that I a. Using to export the scene. This could potentially be hard to recover from., Have to tread very carefully while editing a scene. 


Otherwise I've gotten the story in place have the features I'm going to implement listed out. Bare-bones gameplay is ready. Have to ensure I can get the story branching nailed down. 



Add a comment

First Screens Yay!!

Have you heard of reigns game?.. well my entry is going to be very similar to that game. Hopefully the story i've got is funny / interesting enough for you guys to play and appreciate. Thought ill' share some screen shots of work flow iv'e got going on, as i invested a lot of time into it.
      
  Cocos Creator              InGame View

As you can see the view is pretty close to what is setup on cocos creator. This is good enough for me to get started. I've worked on getting the animations from cocos creator as well, but was not really able to leverage due to some bugs in the way the nodes are positioned on screen. Didn't want to spend time fixing it for now.


Add a comment

This is IT

Well that was a roller coaster.. i really couldn't find the rhythm this pyweek, was struggling to write the branching story.. its' actually a game type i never tried before, i should have spent some time finding a tool for the conversation stuff, instead i stuck to writing the json file and it was hard to read it after a while to make sense of where i was going. Hopefully this is something i can figure soon.

One good thing from my perspective is that iv'e gotten a framework for loading cocos creators' output into my game using cocos python. It's not perfect but its a good start :D Hopefully ill' be able to work on it further.. ill upload the code for that project separately, hoping there will be takers.

Cant' wait to try out all the other entries.

6 comments

Stupid Me

By the time i realized that i didn't upload the resources files, the time was already up.. so please pardon my mistake.

You can download the full bundle of the game from following link
You can download the resources from here

I've sent out an email asking richard for help, have to see how that pans out..

2 comments

Yes_No_World-1.1

This is the version that will work, Please give it a shot if you tried earlier with a 1.0 version that failed because resources were not packed in.

Add a comment