PyNES: Write NES Games in Python
gutomaia.net
PyNES: Write NES Games in Python
1–10 of 42 posts
Re: PyNES: Write NES Games in Python
#2Re: PyNES: Write NES Games in Python
#3Non existant docs.
IMHO one of the first steps of starting a project is to write a README.
Though, at least there are few examples: https://github.com/gutomaia/pyNES/tree/0.1.x/pynes/examples
Re: PyNES: Write NES Games in Python
#4https://github.com/gutomaia/pyNES/wiki Non existant docs. IMHO one of the first steps of starting a project is to write a README. Though, at least there are few examples: https://github.com/gutomaia/pyNES/tree/0.1.x/pynes/examples
Maybe someone else can document it if the creator doesn't have time.
At any rate, I'm happy it exists, getting a toy game running on actual hardware will be hilariously fun for me, if it works. I don't mind using the code as the documentation for something this obscure if docs aren't available. Better than having to spend time learning 6502 assembly just for screwing around with NES games (or NES demoscene, hmm... it's probably cheating but it'll be fun.)
Re: PyNES: Write NES Games in Python
#5Here is the library I used. http://shiru.untergrund.net/articles/programming_nes_games_i... It is pretty simple but you will need some about how NES works.
Re: PyNES: Write NES Games in Python
#6I semicompleted a game in NES in C, and even I was hitting walls constantly when it comes program size or performance. I have my doubts for python. Here is the library I used. http://shiru.untergrund.net/articles/programming_nes_games_i... It is pretty simple but you will need some about how NES works.
Re: PyNES: Write NES Games in Python
#7I think is an amazingly absurd project, in a good way :)
Re: PyNES: Write NES Games in Python
#8Re: PyNES: Write NES Games in Python
#9https://github.com/gutomaia/pyNES/wiki Non existant docs. IMHO one of the first steps of starting a project is to write a README. Though, at least there are few examples: https://github.com/gutomaia/pyNES/tree/0.1.x/pynes/examples
Yes, lamentable, but we all know the fun part is writing the code, not the docs, and obviously this was a for-fun project. Maybe someone else can document it if the creator doesn't have time. At any rate, I'm happy it exists, getting a toy game running on actual hardware will be hilariously fun for me, if it works. I don't mind using the code as the documentation for something this obscure if docs aren't available. B…
Re: PyNES: Write NES Games in Python
#10I would love this so much if I could figure it out. I'm a javascript programmer, but haven't done much with Python. I'd like to write a small, arcade-style game with python though. Does anyone know anything else like this? Is PyGame fun to work with?