Map generator script

General talk about the map making process.
Post Reply
FredCods
Private
Private
Posts: 1
Joined: Mon Apr 12, 2004 11:05 pm

Map generator script

Post by FredCods »

I made a script to generate map for BZFlag.

It is available at http://tuxee.net/bzmap.txt (a python script.) I add it as attachment too.

It is still experimental, and rather ugly :)

The map resulting from this script is used on the server bzflag.tuxee.net.

The initial motivation was to generate a random map each day, but finally I don't know if it is a good thing, since people can't reuse specific map trick from one day to another..

The map is defined as 3x3 cells. Each cells (of size 250x250) is choosed randomly (well.. not anymore in the script above, but that's temporary.)

Comment ? Idea ?
Attachments
bzmap.txt
Map generator for BZFlag in Python.
(29.14 KiB) Downloaded 250 times
User avatar
Viper
Private First Class
Private First Class
Posts: 72
Joined: Thu May 06, 2004 2:14 am
Location: Titusville, Florida
Contact:

Hmm....

Post by Viper »

How exactly you run the script need any programs i dont get it...
- viper.pimpi.org
- 5159
- email: drugskill@gmail.com
User avatar
Viper
Private First Class
Private First Class
Posts: 72
Joined: Thu May 06, 2004 2:14 am
Location: Titusville, Florida
Contact:

Hmm....

Post by Viper »

LOL i opend it in enternet explorer and it worked.
- viper.pimpi.org
- 5159
- email: drugskill@gmail.com
User avatar
Viper
Private First Class
Private First Class
Posts: 72
Joined: Thu May 06, 2004 2:14 am
Location: Titusville, Florida
Contact:

NVM

Post by Viper »

Aww nvm still dont kno how.
- viper.pimpi.org
- 5159
- email: drugskill@gmail.com
User avatar
Lan
Private First Class
Private First Class
Posts: 296
Joined: Sun Jun 13, 2004 1:21 am
Contact:

Post by Lan »

I suppose Python is an interpreted language, and if I am not confused with Perl, get an interpreter at www.python.com, or perhaps .org instead.
Post Reply