arcanistherogue
Jan 25 2005, 11:47 AM
| | I was wondering, can I make games in python, even simple text based ones? me and my friend wanted to start making homebrew games, and we decided to start out learning python. I've learned a bit, not much, but enought to make one of those conversations with the computer, like with loops and where they ask questions like "what is your name?" and then say it back etc.
We plan on also learning C++, which we will learn later after we get real good with Python.
However, will I eventually be able to make games with Python? |
Reply
bjrn
Jan 25 2005, 10:53 PM
Short answer: Yes. Long answer: Yes. Just search around using Google and you'll find loads. You can also take a look at SourceForge and Freshmeat once you've learned some more Python and want to see the source of some games. You'll notice that I helpfully added some search parameters in the links
Reply
arcanistherogue
Jan 25 2005, 11:34 PM
wowies, thanks alot!
Reply
yomi
Jan 26 2005, 04:36 PM
I also learning python. I am writing a file synchronize program. seems no better one.
Reply
Similar Topics
Keywords : im, learning, python
- Python
(1)
Python
another programming language (8) There are so many languages used in software and web development. Python is one of them. Basically
Python is object-oriented , high-level programming language with dynamic semantics. Python was
developed in the 90’s. Python is simple and easy to learn. Therefore it reduces cost of program
maintenance. It is very attractive for rapid application development because of its high-level
built-in data structures, combined with dynamic typing and dynamic binding. Python is also use as a
scripting or glue language to connect existing components. Python supports modules and ....
[pygame] Python Game
(4) On this tutorial we will see how to draw a circle on the screen and move it around using the arrows
of the keyboard. (Don't worry if you don't get anything, the code will be analysed line by
line) CODE #!/usr/bin/env python import pygame from pygame.locals import * if not
pygame.font: print 'Atention, there are no fonts.' if not pygame.mixer:
print 'Atention, there is no sound.' pygame.init() red = (255, 0,
0) black = (0, 0, 0) window_width = 640 window_height = 480 window = pygame....
Python Manace: Control Flow I
python tutorial (3) Hello This is the first part of my Python tutorial. The code is pretty self-explanatory so few
comments should be enough. If not - let me know. Tutorial assumes that You have already Python
installed. Python 2.4 should be enough. Let's go, then. #! /usr/bin/env python # -*-
coding: utf-8 -*- import math def squareRoot_1( lst ) : """Returns list of square
roots. No negative number validation. Allows fractions in result.
""" result = for el in lst : sqrtFloat = math.sqrt( el ) ....
Python
Programming Language (4) Does anybody else know any python? I've started learning it, because I heard somewhere that it
is quite easy to learn and I want to learn a programming language quickly /smile.gif"
style="vertical-align:middle" emoid=":)" border="0" alt="smile.gif" />. I haven't learned how
to do any complex stuff with it yet, but its still fun learning about it /smile.gif"
style="vertical-align:middle" emoid=":)" border="0" alt="smile.gif" />. If you want to find out
more info about Python, then you can go to their website. I'm not sure if i'm allowed to
post links....
Password Generator
Made in Python (9) This is a Password Genorator i made in python use Tkinter as the GUI. I will Compile it soon so
people with out Python can use it. here is the source code CODE import random, math from
Tkinter import * root=Tk() root.title("PassGen") length = Label(root,
text="password length:") length.pack() input = Entry(root,
text="8") input.pack() input.insert(0, "8") units =
"abcdefghijkmnopqrstuvwxyz0123456789" password = Label(root,
text="password:") pas....
Fib Gen In Python
(1) OK this is one of my first programs.. from Tkinter import * CODE def NextNumber():
count = 0 x = 0 y = 1 while count <= int(Range.get()):
for item in [x]: listbox.insert(0, item) z = x
x = z + y y = z count = count + 1 root = Tk() Title =
Label(root, text = "Calculate fib number:") Title.pack() Range =
Entry(root) Range.pack() PrintNextNumber = Button(root, text = " Display
", ....
Programming From Ground Up
Best book for learning programming (1) This is one of the best book for learning programming with assembly language. This is a free book
with GPL licence so this is not illegle This tutorial section states that QUOTE Contribute
only full How-To's and Tutorials here. I feel that you did not contribute. Contribute is
defined here as writing your own with your own words--we are looking for original tutorials. But
thank you for the supplement. Moving from Tutorials to Computers > Programming Languages >
Others Leaving a link behind ....
Delicious + Gmail
python (2) I stumbled upon this link earlier today and was hoping someone could explain or walk me through
getting the script running. http://ponderer.org/del.icio.us I'll keep the post short since I
have no clue as to what I should. I'll just say that I rarely work on WinXP and I would rather
get it running on my old win box sitting in the corner. ....
Learning Mysql
pls guide (3) hello out there, i have already looked through on this tutorial forum.. and still can find any
topics which related to MySql basic.. i wanna learn about how to create MySql table and its
concept!! just basic.. i've no knowledge on MySql before nor any other database server
software.. but i do have littol konwledge on programming,scripting,html basic in concept.. pls dun
gave me so many links so as i can be blur for none about how to get start!! /laugh.gif'
border='0' style='vertical-align:middle' alt='laugh.gif' /> i can thou find from Googles sear....
Need Help With My Python Programs
just extremely basic stuff (11) ok, i am learning python, and i realy dont know much. my guide im using said to make a program
where it asks your name, and if the name is yours your make it so there is a compliment, if it is
another name you make it that its an insult, and anything else makes it say Nice name. here is what
i wrote name = raw_input("What is your name?") if name == John: print "Your name is freaking
sweet, you must be a god or something." elif name == Bob: print "You have a freakin' weird
name, dude." else: print "Nice name,",name i donot understand what i am doing w....
Looking for im, learning, python
|
*RANDOM STUFF*
*SIMILAR VIDEOS*
Searching Video's for im, learning, python
*MORE FROM TRAP17.COM*
|
advertisement
|
|