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

Author Topic: Need sfml programmer for word guessing game  (Read 3894 times)

0 Members and 1 Guest are viewing this topic.

Chay Hawk

  • Full Member
  • ***
  • Posts: 101
    • View Profile
    • Email
Need sfml programmer for word guessing game
« on: April 11, 2017, 06:36:14 am »
I found a C++ project that ?I made 4 years ago and would like to have it in a real window instead of a console window. The code is all written and ready, however I have been trying to clean up the code since it was an atrocious mess and I hit a few snags so you'll have to do a little fixing but the code is all there. If anyone is interested in a really small project just for fun then contact me by email at: thundermountainstudios@yahoo.com or send me a PM.

EDIT: I fixed the code, it now works properly and looks nicer, just need someone to create an SFML interface for it.

About the game:

You can enter your own words and have someone sitting next to you guess them, maybe we could add a simple direct online connect feature? or you can load words from a list and the game will load them all and jumble them up and you have to guess them.
« Last Edit: April 11, 2017, 09:51:59 am by Chay Hawk »

Mortal

  • Sr. Member
  • ****
  • Posts: 284
    • View Profile
Re: Need sfml programmer for word guessing game
« Reply #1 on: April 11, 2017, 07:41:51 pm »
i'm assuming the game will be Hangman, isn't it?
« Last Edit: April 12, 2017, 09:19:08 am by Mortal »

eXpl0it3r

  • SFML Team
  • Hero Member
  • *****
  • Posts: 10823
    • View Profile
    • development blog
    • Email
Re: Need sfml programmer for word guessing game
« Reply #2 on: April 12, 2017, 10:25:49 am »
Unless someone sees this as a nice programming exercise, you'll probably have a hard time finding someone to write code for you. ;)
Why don't you start the project on your own first? You already have the whole game logic done, now you just need to look at drawing some rectabgle shapes and using the text entered event for input.
Official FAQ: https://www.sfml-dev.org/faq.php
Official Discord Server: https://discord.gg/nr4X7Fh
——————————————————————
Dev Blog: https://duerrenberger.dev/blog/

Chay Hawk

  • Full Member
  • ***
  • Posts: 101
    • View Profile
    • Email
Re: Need sfml programmer for word guessing game
« Reply #3 on: April 12, 2017, 01:21:18 pm »
No, the game isnt hangman, its actually based off of Crypto-Logic for the Oddysee 2. I should have mentioned that in my post but it escaped me for some reason. I actually found someone who is interested :) I'll post back with updates.

alien8

  • Newbie
  • *
  • Posts: 16
  • 8 bits rocks!
    • View Profile
    • Email
Re: Need sfml programmer for word guessing game
« Reply #4 on: April 17, 2017, 11:18:07 pm »
...but is it any kind of collaboration effort?
And does 'SFML interface' refers to GUI or is that the console output is in fact the interface?
Alien 8

Chay Hawk

  • Full Member
  • ***
  • Posts: 101
    • View Profile
    • Email
Re: Need sfml programmer for word guessing game
« Reply #5 on: April 20, 2017, 02:45:42 am »
Collaboration? If by collaboration you mean that the code is uploaded to github or something and we both work on the SFML gui, then no, I am looking for someone who wants to make a simple GUI for my game, I dont know SFML anymore, its been a really long time. I'm interested in learning it again but I have to refresh my knowledge of C++ as im pretty rusty with that as well.
« Last Edit: April 20, 2017, 02:47:15 am by Chay Hawk »

K.F

  • Jr. Member
  • **
  • Posts: 55
    • View Profile
    • Email
Re: Need sfml programmer for word guessing game
« Reply #6 on: April 21, 2017, 04:31:48 pm »
And why do you want to use sfml for just a text only gui? Unless this is just to practice sfml, you can use Qt, or even simpler languages than c++ like AutoIt:
https://www.youtube.com/watch?v=KpwMYarYwR8&list=PL4Jcq5zn02jKpjX0nqI1_fS7mEEb5tw6z&index=13

You can even compile your c++ code into a dll and call it from AutoIt.
« Last Edit: April 21, 2017, 04:34:55 pm by K.F »

Chay Hawk

  • Full Member
  • ***
  • Posts: 101
    • View Profile
    • Email
Re: Need sfml programmer for word guessing game
« Reply #7 on: April 23, 2017, 07:58:23 am »
No real reason, i just like SFML.

Chay Hawk

  • Full Member
  • ***
  • Posts: 101
    • View Profile
    • Email
Re: Need sfml programmer for word guessing game
« Reply #8 on: May 15, 2017, 06:21:34 am »
Still need someone to create a simple text interface.

 

anything