Begin reading this:
http://inventwithpython.com/chapters/
and this
It doesn't seem like you're trying on your own very much. Start googling for some tutorials and reading some documentation. The first question, I can understand if you're a beginner. You simply might not know how to make your computer roll dice. But your follow up questions are covered in nearly every pygame tutorial out there. Do a little experimentation on your own and you'll be surprised what you learn.
If you were just confused what blt meant, it's basically an old term for "draw it on the screen". Google is your buddy there as well.
This wasn't meant to be discouraging. /hugs
- Eck
EckTech Games - Games and Unity Assets I'm working on
Still Flying - My GameDev journal
The Shilwulf Dynasty - Campaign notes for my Rogue Trader RPG
It doesn't seem like you're trying on your own very much. Start googling for some tutorials and reading some documentation. The first question, I can understand if you're a beginner. You simply might not know how to make your computer roll dice. But your follow up questions are covered in nearly every pygame tutorial out there. Do a little experimentation on your own and you'll be surprised what you learn.
If you were just confused what blt meant, it's basically an old term for "draw it on the screen". Google is your buddy there as well.
This wasn't meant to be discouraging. /hugs
- Eck
Thanks for the response. I have been looking while waiting for an answer and have been waiting pygame tutorials by thenewboston and did google quite a lot. Sorry again, but it just didn't work when I blitted it over but I will look more thanks.