Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: [split] image VS drawing
Post: RE: [split] image VS drawing

[Image: https://i.ibb.co/fqHc1Sg/Screenshot-2018...-10-06.png] Post the screenshot it would be easier Maybe you could create a database of computer-drawn images (I'm not sure that what you want but a...
ThePhi Game Development 14 7,471 Dec-14-2018, 07:18 AM
    Thread: [split] image VS drawing
Post: RE: Simple code for isometric 2D games

It's very interesting and all... but it's completely OFF-TOPIC (maths for isometric 2D). Seriously, begin your own thread please
ThePhi Game Development 14 7,471 Dec-13-2018, 07:37 AM
    Thread: [split] image VS drawing
Post: RE: Simple code for isometric 2D games

You gave yourself a lot of work. Try with a sprite of an hospital, a tree now **rolleyes**
ThePhi Game Development 14 7,471 Dec-11-2018, 06:28 PM
    Thread: [split] image VS drawing
Post: RE: Simple code for isometric 2D games

(Dec-10-2018, 03:19 PM)Windspar Wrote: Creating image in game and/or loading image is just a personal preference.A bit more than that... Even you didn't manage to create the same image as in my exam...
ThePhi Game Development 14 7,471 Dec-11-2018, 07:34 AM
    Thread: [Software suggestion] Video player written in Python?
Post: RE: [Software suggestion] Video player written in ...

Good idea! I will play with this to see how it works. It looks quite interesting!
ThePhi News and Discussions 2 2,587 Dec-10-2018, 07:14 PM
    Thread: [split] image VS drawing
Post: RE: Simple code for isometric 2D games

What you're proposing is probably faster in term of CPU (I didn't time it though) but the usual way in a 2d game is to use 2d assets, not drawing them in the program. You can use free 2d assets like h...
ThePhi Game Development 14 7,471 Dec-10-2018, 07:25 AM
    Thread: [Software suggestion] Video player written in Python?
Post: [Software suggestion] Video player written in Pyth...

Hi to all the pythoners! **smile** I'm looking for suggestions of video player softwares (with a GUI, not to be launched from a python command), written entirely in Python. I'm using VLC for the m...
ThePhi News and Discussions 2 2,587 Dec-09-2018, 04:24 PM
    Thread: create three digit numbers
Post: RE: create three digit numbers

like this?: result = [] for nb in range(100,1000): nb_str = str(nb) if int(nb_str[0]) <= int(nb_str[1]) and int(nb_str[1]) <= int(nb_str[2]): result.append(nb) print(re...
ThePhi Homework 4 4,488 Dec-09-2018, 03:12 PM
  Thumbs Up Thread: Simple code for isometric 2D games
Post: Simple code for isometric 2D games

Hi all! I haven't found any posts about this so I'm posting a simple code to create your own 2D isometric surface. Hope you´ find it useful! ;) [Image: https://cdn.pbrd.co/images/HQWpzad.png] the n...
ThePhi Game Development 1 15,331 Dec-09-2018, 02:34 PM

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020