Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length

 
Advanced search

1075896 Posts in 44150 Topics- by 36119 Members - Latest Member: propmaster

December 29, 2014, 01:30:20 PM
  Show Posts
Pages: [1]
1  Feedback / Playtesting / Re: Perspective on: July 13, 2012, 12:57:45 PM
Nice, i like the music Smiley Gentleman
2  Developer / Technical / Re: This is the best way to make simple maps? on: July 13, 2012, 11:07:35 AM
Well I've used Python and Pygame before, and the best way I found to make simple 2D maps was to just do it by hand. I never really had a reason to use any map editor as it would have just complicated things unnecessarily.

So I'd open up my .txt file in notepad and just write out the level by hand. You can use your program you wrote in pygame to load the map and check out what it looks like after you place some stuff down.

Well, now i know i'm not the only one who makes maps on txt files Smiley.
i will try to make my own map editor on pygame.
3  Developer / Technical / This is the best way to make simple maps? on: July 13, 2012, 10:56:31 AM
Hello everyone.
Well, i'm not a professional game developer, and excuse me if my question is stupid /:.

What is the best way to make simple 2d maps?, i use python and pygame module to make my games and for level design i use lists (arrays) with X values and then with a iteration the program creates objects depending of that X value.

A very simple example:
(i made an array to make a simple map with walls and a door)
Quote
xxxxxxx
xD0000x  Where is 'x' the program creates a wall object.
x00000x  Where is 'D' the program creates a door.
x00000x  Where is '0' the program do not create anything.
xxxxxxx


I know there are MAP editors , but... i donīt know how to use it |: and i don't know if some X map editors are what i'm looking. They exists map editors thatīs works with arrays?. or ... , can you recommend me a map editor easy to use?.

 Beer!
4  Feedback / Playtesting / Re: Epic escape of Cuyo on: July 12, 2012, 07:22:12 PM
I just gave this game a quick try, and I couldn't get the game to respond to any keypresses. The mouse worked fine, though. I'm using Ubuntu 12.04, and I made sure I have Python 2.7 and Pygame 1.9.1.

From what I could play, the game seems a bit spastic and unfocused. I tried shooting things, but it didn't seem to affect anything but the collectable jewels. Also, am I supposed to be able to collect those with the mouse cursor too?

If I can figure out how to fix the keyboard stuff, I'll try to give fuller feedback.

Hello! Smiley
Well /:, first: i'm going to try to understand your 'Re' as well as possible Smiley

Well.The game has no keyboard controls /: you need to use only the mouse. I also have ubuntu 12.04 and the game works like on windows.But..,what do you mean with unfocused?, the game graphics seems bad on your computer?.

When you shoot to a monster you need more than one bullet to kill the enemy, unfortunately i forgot to put something like a sound to indicate that, I'll put it in the next version Smiley

and yes, you can collect the diamonds with the cursor or with the character.

I know the game is not perfect but is my first game on python and i want to launch more versions with new features and monsters ):.

5  Feedback / Playtesting / Epic escape of Cuyo on: July 12, 2012, 12:32:31 PM
Hello everyone!.
I want to show you my last creation. I made this game with python2.7 and pygame1.9.1 module.

Well finally is time to share the first finished version of the game (is a short but addictive game)

The game consist in a really simple idea. BREAK RECORDS!.

Somewhere in a fantastic world. A prisoner guinea pig wants to be free!. Fortunately he discover how to escape. One day, the prison alarms sounds!, alert!,a prisoner is out!, all the guards are surprised!. But one of the guards (the antgaonist), a girl (who has no name) they will try to prevent our escape, in a epic persecution in a fantastic world with fantastic creatures.

Game Features
*Ultra hard gameplay
*Only mouse controls
*Good music
*Cute and fantastic characters
*Records and funny gamer ranks
*portable and multi-platform supported

Screnshots



OFFICIAL TRAILER
http://www.youtube.com/watch?v=1YRae1XHZUA


GAME DOWNLOAD
https://apps.ubuntu.com/cat/applications/epic-escape-of-cuyo/


And.. what do you think?  Giggle
Pages: [1]
Theme orange-lt created by panic