-
Created How to make a homing missile using C# visual studio?
I've found many tutorials online for unity making homing missiles. I can't find one for people not using unity. -
Began Watching How to make a homing missile using C# visual studio?
I've found many tutorials online for unity making homing missiles. I can't find one for people not using unity. -
Created Random images from imagelist
Trying to make a game where explosions randomly appear on the screen using visual studio. I figured out how to make a single picture change location on the screen. So, … -
Began Watching Random images from imagelist
Trying to make a game where explosions randomly appear on the screen using visual studio. I figured out how to make a single picture change location on the screen. So, … -
Replied To a Post in Help with inheritance
Now I'm getting this error. Traceback (most recent call last): line 185, in <module> Game().run() line 11, in run next_start = self.Scenes[start].enter() KeyError: 'scene_intro' -
Replied To a Post in Help with inheritance
I fixed that error but I still have an error but this time it says... Traceback (most recent call last): line 180, in <module> Game().run() line 10, in run start … -
Replied To a Post in Help with inheritance
When I select to fight the alien I get the following error message: Traceback (most recent call last): line 180, in <module> Game().run() line 10, in run start = self.Scenes[start].enter() … -
Replied To a Post in Help with inheritance
It didn't work. Do you have any other ideas?. -
Created Help with inheritance
Studying python and in the lesson it says to modify anc change the program. I thought I'd make the game more interactive. I know it requires the program to use … -
Began Watching Help with inheritance
Studying python and in the lesson it says to modify anc change the program. I thought I'd make the game more interactive. I know it requires the program to use … -
Began Watching How to read sentence for sentence with Python
I'm tryng to read sentence for sentence from an input with python: sentences = raw_input("Insert some sentences here: ") (For example: Hello, my name is Mattia) How i can read … -
Replied To a Post in How to read sentence for sentence with Python
You could also make it slowly print each string one by one as fast or as slowly as you want doing this program. from time import sleep def foo(): print … -
Began Watching Pokemon Game In Python/PyGame
Hey, still a beginner in Python. I was wondering if anybody could help me out with all this info. Im planning to make an actual game, but first i have … -
Replied To a Post in Pokemon Game In Python/PyGame
Before you make any game using python or any programming language you need to first map out the game, how you want to make it look, the characters and the … -
Gave Reputation to Gribouillis in Making a looping menu using oop on python
Remove the test in `run()` def run(self): start="MainMenu" while True: start = self.Menus.get(start).enter() Also you could replace `exit(1)` with `exit(0)`. A value of 0 means that the program exits normally (without … -
Replied To a Post in Making a looping menu using oop on python
I looked over my program and searched online to see what you meant by remove the test from run(). Forgive my silly question but I am still learning python, but … -
Replied To a Post in Making a looping menu using oop on python
I followed your advice, took a step back and realised I was making my program too complicated. I simplified it and now I have a new problem. When the options … -
Replied To a Post in Making a looping menu using oop on python
Trying to simplify the program. I know many people try and make their program look fancy, so I tried to make it simpler and I figure the easier it is … -
Replied To a Post in Making a looping menu using oop on python
What I am trying to do is figure out lesson #43 of learn python the hard way. Zed wants us to make a game and I understand how oop works … -
Replied To a Post in Making a looping menu using oop on python
Sorry it took so long to get back, I've been busy. I kept it re did the whole program and kept it simple. I didn't want to bite off too … -
Replied To a Post in Making a looping menu using oop on python
Right, right, duh I missed that in my haste to write the program. I have another question and I hope you can help me out with it. I've been learning … -
Replied To a Post in Making a looping menu using oop on python
Stuck with at how they make the oop program work. -
Replied To a Post in Making a looping menu using oop on python
Right, right, duh I missed that in my haste to write the program. I have another question and I hope you can help me out with it. I've been learning … -
Replied To a Post in Making a looping menu using oop on python
I get more or less how you did it, but I wanted to make it entirely using oop. I remade the program using just oop but when I try and … -
Replied To a Post in Making a looping menu using oop on python
I was thinking of something similar to this this program. main='a ,b ,c , exit,' menua='apples, Amanda, alphabet, main menu, back, exit ' menub='banana, Betty, beagle, main menu, back, exit … -
Created Making a looping menu using oop on python
I've been learning python and I'm almost finished and I'm learning about oop. I have a question, is it possible to make a looping menu using oop on python (Not … -
Began Watching Making a looping menu using oop on python
I've been learning python and I'm almost finished and I'm learning about oop. I have a question, is it possible to make a looping menu using oop on python (Not …
The End.