Jump to content

2D game development

Wictorian

 

Is there a platform to develop 2d games without having to deal with pixel coordinates ideally using python?

Link to comment
Share on other sites

Link to post
Share on other sites

Pixel coordinates can be abstracted away by doing a coordinate transformation.

 

I've never used it myself but pygame is quite popular.

EDIT: pygame can only render sprites at integer coordinates, this could be a problem

ಠ_ಠ

Link to comment
Share on other sites

Link to post
Share on other sites

8 hours ago, shadow_ray said:

Pixel coordinates can be abstracted away by doing a coordinate transformation.


 

Yeah I have been using it and I am sick of pixel coordinates thanks.

8 hours ago, shadow_ray said:

I've never used it myself but pygame is quite popular.

EDIT: pygame can only render sprites at integer coordinates, this could be a problem

 

Oh that's why I am getting errors then.

Link to comment
Share on other sites

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×