Shop OBEX P1 Docs P2 Docs Learn Events
school project — Parallax Forums

school project

shinobiluckshinobiluck Posts: 2
edited 2005-10-06 01:29 in General Discussion
i am a first time user of parallax and i find it really fun, however, my classmates and I r doing a yahtzee game. we were wondering if anyone could give us some ideas on how to set it up; such as what's the best lcd screen to use and hints (only) on code for generating random numbers. thanx.

Comments

  • PJMontyPJMonty Posts: 983
    edited 2005-10-02 03:48
    Shinobiluck,

    If you re-read the description, this particular forum is really for completed projects. You should really re-post your question in a more appropriate forum. Since you don't mention if you want to make a BASIC Stamp project, or an SX project, or whatever, I leave it up to you to read all the forum descriptions and find the most appropriate one to post to.
      Thanks, PeterM
  • Paul BakerPaul Baker Posts: 6,351
    edited 2005-10-02 21:18
    Read the User Docs for the stamp on the command RANDOM, I would use a button as a "Start Game" that doubles as a random number seed generator, Jon Williams has some code for intitializing the generator with a button. A serial LCD is the easist way of connecting an LCD to the stamp, a parallel LCD would also work. There is code for interfacing with both, search around the website documentation for it.

    ▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
    ·1+1=10
  • Jon WilliamsJon Williams Posts: 6,491
    edited 2005-10-02 22:24
    StampWorks has an experiment having to do with a digital die. That experiment uses a 7-segment display, but does show how to get a random number at the press of a button.

    ▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
    Jon Williams
    Applications Engineer, Parallax
  • shinobiluckshinobiluck Posts: 2
    edited 2005-10-06 01:27
    thanks a lot for the help. i aprreciate it. i will post the completed project when my class and i complete it. oh, and i realized i had put this question in the wrong forum right when i pushed the submit button.
  • Paul BakerPaul Baker Posts: 6,351
    edited 2005-10-06 01:29
    As a user you cant move the thread to another forum, but you can copy the text, delete the old post, then paste it into a new thread in the appropriate forum.

    ▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
    ·1+1=10
Sign In or Register to comment.