Welcome, Guest. Please login or register. Did you miss your activation email?

Author Topic: Fisynthesis - Crafting, Fishing Game  (Read 5246 times)

0 Members and 1 Guest are viewing this topic.

subconsciousbias

  • Newbie
  • *
  • Posts: 45
    • View Profile
    • Email
Fisynthesis - Crafting, Fishing Game
« on: May 28, 2015, 07:40:43 am »
Fisynthesis 1.00 - Crafting, Fishing Game

Requesting Constructive Feedback :)
bluevideogame@gmail.com
subconsciousbias on youtube

This is a prototype I started 5 days ago.
You can craft over 80+ recipes from things you catch.

Download it for MAC here:
http://www.filepimp.com/4m1



It was written in c++ and sfml 2.3 - All in one main.cpp file
All the art is programmer art
This started as an inventory prototype


Constructive Feedback is welcomed, OR any recipes to add

Cooking Ingredients
500 - Salt
501 - Pepper
502 - Rice
503 - Flour
504 - Olive Oil
505 - Milk
506 - Cheese
507 - Egg
508 - Water
509 - Herbs
510 - Mixed Spices
511- Sugar
512 - Shortening
513 - Baking Powder
514 - Baking Soda
515 - Starch
516 - Brown Sugar
517 - Cocoa
518 - Vinegar
519 - Butter
520 - Noodles
521 - Asian Noodles

These are only the icons for the recipes - there are over 80+ recipes
Cooked Food
550 - Bread
551 - Rice Bowl
552 - Stir fried Rice Bowl
553 - Cheese Pizza
554 - Meat Pizza
555 - Fish Pizza
556 - Ramen Noodle Soup
557 - Stew
558 - Sandwich
559 - Cake
560 - Fish Sticks
561 - Sushi
562 - Chocolate Cake
563 - Omelette
564 - Fried Egg
565 - Biscuits
566 - Deep fried Fish
567 - Fish Nuggets
568 - Sashimi
569 - Soup
570 - Stir fry Dish
571 - Pudding
572 - Tea
573 - Pancake
574 - Waffle
575 - Wine
576 - Salsa
577 - Perogies
578 - Muffin
579 - Chili
580 - Jerky
581 - Skewer
582 - Pie
« Last Edit: May 28, 2015, 08:13:15 am by subconsciousbias »

Raincode

  • Full Member
  • ***
  • Posts: 118
    • View Profile
Re: Fisynthesis - Crafting, Fishing Game
« Reply #1 on: May 28, 2015, 05:20:32 pm »
Not sure about how others feel, but personally I do not own a Mac, and if you don't provide the sources I can't even build it.

I believe that in most cases it is not a good idea to write your entire program in a single main.cpp

Must be really hard to extend and/or maintain.

subconsciousbias

  • Newbie
  • *
  • Posts: 45
    • View Profile
    • Email
Re: Fisynthesis - Crafting, Fishing Game
« Reply #2 on: May 28, 2015, 06:38:54 pm »
sweet

Hapax

  • Hero Member
  • *****
  • Posts: 3346
  • My number of posts is shown in hexadecimal.
    • View Profile
    • Links
Re: Fisynthesis - Crafting, Fishing Game
« Reply #3 on: May 28, 2015, 08:06:06 pm »
sweet
Is this a sarcastic response to Raincode's advice or are you just trying to bump the thread or something?

I'm not sure how interesting this project is. It's just plain bitmap text on a plain background.
If the point of it is the mechanics of the inventory, can you at least talk a little about that?

Also, in the screenshot, in the text "PRESS UP TO CAST LINE", the "U" doesn't line up.
Selba Ward -SFML drawables
Cheese Map -Drawable Layered Tile Map
Kairos -Timing Library
Grambol
 *Hapaxia Links*

subconsciousbias

  • Newbie
  • *
  • Posts: 45
    • View Profile
    • Email
Re: Fisynthesis - Crafting, Fishing Game
« Reply #4 on: May 28, 2015, 09:57:03 pm »
You can combine items together.
For instance ,
1 egg and 1 water makes a body builders drink.
1 water, 1 rice, 1 fish = sushi

subconsciousbias

  • Newbie
  • *
  • Posts: 45
    • View Profile
    • Email
Re: Fisynthesis - Crafting, Fishing Game
« Reply #5 on: May 28, 2015, 09:57:46 pm »
sweet
Is this a sarcastic response to Raincode's advice or are you just trying to bump the thread or something?

I'm not sure how interesting this project is. It's just plain bitmap text on a plain background.
If the point of it is the mechanics of the inventory, can you at least talk a little about that?

Also, in the screenshot, in the text "PRESS UP TO CAST LINE", the "U" doesn't line up.

The Up Arrow, not W or U lol

shadowmouse

  • Sr. Member
  • ****
  • Posts: 302
    • View Profile
Re: Fisynthesis - Crafting, Fishing Game
« Reply #6 on: May 28, 2015, 10:00:48 pm »
The character U in the word UP doesn't line up

subconsciousbias

  • Newbie
  • *
  • Posts: 45
    • View Profile
    • Email
Re: Fisynthesis - Crafting, Fishing Game
« Reply #7 on: May 28, 2015, 10:07:39 pm »
The character U in the word UP doesn't line up

Thanks for the feedback. It is a part of the font type. This is a prototype, so I wasn't focusing on polish.

Hapax

  • Hero Member
  • *****
  • Posts: 3346
  • My number of posts is shown in hexadecimal.
    • View Profile
    • Links
Re: Fisynthesis - Crafting, Fishing Game
« Reply #8 on: May 29, 2015, 12:45:12 am »
The character U in the word UP doesn't line up
It is a part of the font type.
You could maybe use the U that worked for the rest of the text...
Selba Ward -SFML drawables
Cheese Map -Drawable Layered Tile Map
Kairos -Timing Library
Grambol
 *Hapaxia Links*

Laurent

  • Administrator
  • Hero Member
  • *****
  • Posts: 32504
    • View Profile
    • SFML's website
    • Email
Re: Fisynthesis - Crafting, Fishing Game
« Reply #9 on: May 29, 2015, 12:11:52 pm »
I've removed the latest posts, please focus on the project and express your personnal feelings in PM if you really want to. Otherwise I'll have to lock this thread.
« Last Edit: May 29, 2015, 09:05:14 pm by Laurent »
Laurent Gomila - SFML developer

shadowmouse

  • Sr. Member
  • ****
  • Posts: 302
    • View Profile
Re: Fisynthesis - Crafting, Fishing Game
« Reply #10 on: May 29, 2015, 12:13:14 pm »
Sorry, I might have gone a bit over the top. I'm quite stressed at the moment I should probably stop posting things for a bit.

subconsciousbias

  • Newbie
  • *
  • Posts: 45
    • View Profile
    • Email
Re: Fisynthesis - Crafting, Fishing Game
« Reply #11 on: May 29, 2015, 12:14:57 pm »
Sorry, I might have gone a bit over the top. I'm quite stressed at the moment I should probably stop posting things for a bit.
It's ok. I hope you feel better.

BeautiCode

  • Jr. Member
  • **
  • Posts: 89
    • View Profile
Re: Fisynthesis - Crafting, Fishing Game
« Reply #12 on: June 06, 2015, 09:18:39 am »
Seems fun, is there a windows version?