Closed Thread
Page 1 of 3 123 LastLast
Results 1 to 10 of 29

Thread: What should I do next?

  1. #1
    Andrew.G's Avatar
    Andrew.G is offline Programming Expert
    Join Date
    Jun 2009
    Location
    Woodstock, GA
    Posts
    396
    Rep Power
    0

    What should I do next?

    Posted via CodeCall Mobile Ive been programming in python for a week now and the most advanced project Ive done so far is a number guessing game. Any suggestions on what I should try to accomplish next?

  2. CODECALL Circuit advertisement
    Join Date
    Always
    Location
    Advertising world
    Posts
    Many

     
  3. #2
    Join Date
    Sep 2008
    Location
    Australia
    Posts
    4,834
    Blog Entries
    10
    Rep Power
    51

    Re: What should I do next?

    Why not try to create another game? Maybe a minesweeper game or even a Su Do Ku program...
    jQuery Selectors Tutorial - jQuery Striped Table tutorial - jQuery Events - jQuery Validation
    Sorry if I don't post as often as I did, I'll try to get here as much as possible! I'm working my bum off to get this scholarship and other stuff!

  4. #3
    Andrew.G's Avatar
    Andrew.G is offline Programming Expert
    Join Date
    Jun 2009
    Location
    Woodstock, GA
    Posts
    396
    Rep Power
    0

    Re: What should I do next?

    Posted via CodeCall Mobile that sounds a little advanced anything a little simpler?

  5. #4
    Join Date
    Sep 2008
    Location
    Australia
    Posts
    4,834
    Blog Entries
    10
    Rep Power
    51

    Re: What should I do next?

    Hmmm since you have a guess the number game... Why not Scissors, Paper, Rock? That's simple and a bit more advanced.
    jQuery Selectors Tutorial - jQuery Striped Table tutorial - jQuery Events - jQuery Validation
    Sorry if I don't post as often as I did, I'll try to get here as much as possible! I'm working my bum off to get this scholarship and other stuff!

  6. #5
    Andrew.G's Avatar
    Andrew.G is offline Programming Expert
    Join Date
    Jun 2009
    Location
    Woodstock, GA
    Posts
    396
    Rep Power
    0

    Re: What should I do next?

    Posted via CodeCall Mobile yeah once i do that then ill want to delve into some gui stuff also.

  7. #6
    Join Date
    Sep 2008
    Location
    Australia
    Posts
    4,834
    Blog Entries
    10
    Rep Power
    51

    Re: What should I do next?

    That would be good, if you create a few games like guess the number and Scissors, Paper, Rock you can turn them into a GUI program for practice
    jQuery Selectors Tutorial - jQuery Striped Table tutorial - jQuery Events - jQuery Validation
    Sorry if I don't post as often as I did, I'll try to get here as much as possible! I'm working my bum off to get this scholarship and other stuff!

  8. #7
    Join Date
    Apr 2009
    Location
    Trapped in my own little world.
    Posts
    2,487
    Rep Power
    33

    Re: What should I do next?

    tic tac toe I think was assigned to me after the number guessing game

    maybe not a game, what about learning stacks/heaps, etc

  9. #8
    Andrew.G's Avatar
    Andrew.G is offline Programming Expert
    Join Date
    Jun 2009
    Location
    Woodstock, GA
    Posts
    396
    Rep Power
    0

    Re: What should I do next?

    Posted via CodeCall Mobile thats probably a good idea because i have no idea what those are lol

  10. #9
    Join Date
    Sep 2008
    Location
    Australia
    Posts
    4,834
    Blog Entries
    10
    Rep Power
    51

    Re: What should I do next?

    jQuery Selectors Tutorial - jQuery Striped Table tutorial - jQuery Events - jQuery Validation
    Sorry if I don't post as often as I did, I'll try to get here as much as possible! I'm working my bum off to get this scholarship and other stuff!

  11. #10
    Join Date
    Mar 2008
    Posts
    7,145
    Rep Power
    86

    Re: What should I do next?

    Look at the tutorials for information on those. Things like stacks and queues are different ways of representing your data which can make programming easier.

    Minesweeper would be fun to make (and isn't really tricky) it would give you an opportunity to test gui code, using 2 dimensional arrays and recursive methods. It would be a lot of fun.

Closed Thread
Page 1 of 3 123 LastLast

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts