Author |
Message |
INFERNO2K
|
Posted: Sat Jun 07, 2003 12:15 pm Post subject: Scoreboard + Parallelput, clueless on how to do it. |
|
|
I have a self made game of tic tac toe, and at the end of the game - I have the program open a new window and the scoreboard
via code: | winID2 := Window.Open ("position:top;center,graphics:640;500, title:TTT 2K3")
colorback (black)
color (10)
cls
put "The final scores for both players are:"
put name1, " ", score1
put name2, " ", score2 |
I was wondering how I would go about computer interfacing it onto a breadboard and a 7 segment display, in turing.
|
|
|
|
|
|
Sponsor Sponsor
|
|
|
Andy
|
Posted: Sat Jun 07, 2003 2:12 pm Post subject: (No subject) |
|
|
hmmm, i don't quite get what you're saying, can you be a little more specific? do you want the score to look like a seven segment display chip?
|
|
|
|
|
|
Tony
|
Posted: Sat Jun 07, 2003 4:32 pm Post subject: (No subject) |
|
|
I think he actually wants to hook it up to a display through parallel port
I think you can experiment with it untill you get how display works... i donno
|
Tony's programming blog. DWITE - a programming contest. |
|
|
|
|
Andy
|
Posted: Sat Jun 07, 2003 5:33 pm Post subject: (No subject) |
|
|
if you could do that, that'll be awsome!!
|
|
|
|
|
|
void
|
Posted: Sun Jun 08, 2003 10:59 am Post subject: (No subject) |
|
|
hmm...i might not be the best resourse for breadboard programming..i did a bit...but not complicated display..just LED programming...my bro did alot of the harder shit...ill ask him...and get back to u.....
|
|
|
|
|
|
INFERNO2K
|
Posted: Mon Jun 16, 2003 2:04 pm Post subject: (No subject) |
|
|
Completed the project today guys heres the finished product
Description: |
|
Filesize: |
69.51 KB |
Viewed: |
8833 Time(s) |
|
|
|
|
|
|
|
Andy
|
Posted: Mon Jun 16, 2003 2:23 pm Post subject: (No subject) |
|
|
dude, that's cool, how did u store the info? and is the breadboard urs? its 400 bux
|
|
|
|
|
|
INFERNO2K
|
Posted: Mon Jun 16, 2003 2:54 pm Post subject: (No subject) |
|
|
Small little breadboard got it for under 10 dollars CAD
Once you setup the inputs than you had to parallelput them
|
|
|
|
|
|
Sponsor Sponsor
|
|
|
Andy
|
Posted: Mon Jun 16, 2003 2:56 pm Post subject: (No subject) |
|
|
10 bux? where? cause the chips are only 50 cents
|
|
|
|
|
|
INFERNO2K
|
|
|
|
|
Andy
|
Posted: Mon Jun 16, 2003 3:10 pm Post subject: (No subject) |
|
|
cool thanx dude
+50 bits
|
|
|
|
|
|
|