Jump to content

Hey there!

 

I need some help with a program I am writing. I am entry level and this is my first independent project I want to tackle. I want to make a Ouija Board program, where the user asks a question (by typing it into a chat kind of box), and then the pointer piece on the board moves around to spell out the answer (where as it selects each letter, it writes it down in the response box).

 

I want to do this in python or c# (preferably python), and I want to know where to start. Thanks !

 

Link to comment
https://linustechtips.com/topic/418744-need-help-with-program/
Share on other sites

Link to post
Share on other sites

Personally I don't have much experience with python, but for this, your probably should be starting off with a baseline off a first question, and a response. From there add on the ouija board as a background and make a pointer that moves with the letters in the response in that certain order.

 

From there just keep creating questions and responses through what you first did.

(Also, if you want it to be efficient, don't keep copy and pasting all the specific movements for the pointer for each ouija board, just make a part that allows it to read the string of text and have specific letters to go to, with a duration of time between each text)

Link to comment
https://linustechtips.com/topic/418744-need-help-with-program/#findComment-5629172
Share on other sites

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×