Hi, I just read an fun article about Chip-8. Someone has worked on an emulator of this with Pharo? http://www.multigesture.net/articles/how-to-write-an-emulator-chip-8-interpr... http://miguelduarte.pt/2012/07/09/chip-8-emulator-in-javascript/ Best regards
Wow it would be a fun project! I know there was GameBoy [1] emulator but I don't know if it is still working. Julien Links: [1]: http://smalltalkhub.com/#!/~jeanbaptistearnaud/GameBoyEmulator On 16/11/16 11:21, olivier auverlot wrote:
Hi,
I just read an fun article about Chip-8. Someone has worked on an emulator of this with Pharo?
http://www.multigesture.net/articles/how-to-write-an-emulator-chip-8-interpr... http://miguelduarte.pt/2012/07/09/chip-8-emulator-in-javascript/
Best regards
Le 16/11/16 à 11:40, Julien Delplanque a écrit :
Wow it would be a fun project!
Yes I want to play with that :)
I know there was GameBoy [1] emulator but I don't know if it is still working.
Julien
Links:
[1]: http://smalltalkhub.com/#!/~jeanbaptistearnaud/GameBoyEmulator
On 16/11/16 11:21, olivier auverlot wrote:
Hi,
I just read an fun article about Chip-8. Someone has worked on an emulator of this with Pharo?
http://www.multigesture.net/articles/how-to-write-an-emulator-chip-8-interpr...
http://miguelduarte.pt/2012/07/09/chip-8-emulator-in-javascript/
Best regards
very interesting article thanks for sharing. I was actually wondering about bytecodes and emulation lately with my shared memory bridge. I will definitely keep this around as a guide. On Wed, Nov 16, 2016 at 12:22 PM olivier auverlot < olivier.auverlot@gmail.com> wrote:
Hi,
I just read an fun article about Chip-8. Someone has worked on an emulator of this with Pharo?
http://www.multigesture.net/articles/how-to-write-an-emulator-chip-8-interpr... http://miguelduarte.pt/2012/07/09/chip-8-emulator-in-javascript/
Best regards
http://smalltalkhub.com/#!/~Latsabben/Chip8 From: Pharo-users [mailto:pharo-users-bounces@lists.pharo.org] On Behalf Of olivier auverlot Sent: Wednesday, November 16, 2016 11:22 AM To: Any question about pharo is welcome <pharo-users@lists.pharo.org> Subject: [Pharo-users] Chip-8 Hi, I just read an fun article about Chip-8. Someone has worked on an emulator of this with Pharo? http://www.multigesture.net/articles/how-to-write-an-emulator-chip-8-interpr... http://miguelduarte.pt/2012/07/09/chip-8-emulator-in-javascript/ Best regards
Very cool !!! What are the used keys to move the player ? Olivier ;-) 2016-11-21 0:16 GMT+01:00 Henrik Nergaard <henrik.nergaard@uia.no>:
http://smalltalkhub.com/#!/~Latsabben/Chip8
*From:* Pharo-users [mailto:pharo-users-bounces@lists.pharo.org] *On Behalf Of *olivier auverlot *Sent:* Wednesday, November 16, 2016 11:22 AM *To:* Any question about pharo is welcome <pharo-users@lists.pharo.org> *Subject:* [Pharo-users] Chip-8
Hi,
I just read an fun article about Chip-8. Someone has worked on an emulator of this with Pharo?
http://www.multigesture.net/articles/how-to-write-an- emulator-chip-8-interpreter/
http://miguelduarte.pt/2012/07/09/chip-8-emulator-in-javascript/
Best regards
I could not resist.... The keys are not working for me too. Stef Le 21/11/16 à 08:38, olivier auverlot a écrit :
Very cool !!!
What are the used keys to move the player ?
Olivier ;-)
2016-11-21 0:16 GMT+01:00 Henrik Nergaard <henrik.nergaard@uia.no <mailto:henrik.nergaard@uia.no>>:
http://smalltalkhub.com/#!/~Latsabben/Chip8 <http://smalltalkhub.com/#%21/%7ELatsabben/Chip8>
*From:*Pharo-users [mailto:pharo-users-bounces@lists.pharo.org <mailto:pharo-users-bounces@lists.pharo.org>] *On Behalf Of *olivier auverlot *Sent:* Wednesday, November 16, 2016 11:22 AM *To:* Any question about pharo is welcome <pharo-users@lists.pharo.org <mailto:pharo-users@lists.pharo.org>> *Subject:* [Pharo-users] Chip-8
Hi,
I just read an fun article about Chip-8. Someone has worked on an emulator of this with Pharo?
http://www.multigesture.net/articles/how-to-write-an-emulator-chip-8-interpr... <http://www.multigesture.net/articles/how-to-write-an-emulator-chip-8-interpr...>
http://miguelduarte.pt/2012/07/09/chip-8-emulator-in-javascript/ <http://miguelduarte.pt/2012/07/09/chip-8-emulator-in-javascript/>
Best regards
Keys are mapped to 1-4,q-r,a-f,z-v. For Pong key 1 and q controls the left player while 4 and r is the right. Best regards, Henrik From: Pharo-users [mailto:pharo-users-bounces@lists.pharo.org] On Behalf Of stepharo Sent: Monday, November 21, 2016 9:25 AM To: Any question about pharo is welcome <pharo-users@lists.pharo.org> Subject: Re: [Pharo-users] Chip-8 I could not resist.... The keys are not working for me too. Stef Le 21/11/16 à 08:38, olivier auverlot a écrit : Very cool !!! What are the used keys to move the player ? Olivier ;-) 2016-11-21 0:16 GMT+01:00 Henrik Nergaard <henrik.nergaard@uia.no<mailto:henrik.nergaard@uia.no>>: http://smalltalkhub.com/#!/~Latsabben/Chip8<http://smalltalkhub.com/#%21/%7ELatsabben/Chip8> From: Pharo-users [mailto:pharo-users-bounces@lists.pharo.org<mailto:pharo-users-bounces@lists.pharo.org>] On Behalf Of olivier auverlot Sent: Wednesday, November 16, 2016 11:22 AM To: Any question about pharo is welcome <pharo-users@lists.pharo.org<mailto:pharo-users@lists.pharo.org>> Subject: [Pharo-users] Chip-8 Hi, I just read an fun article about Chip-8. Someone has worked on an emulator of this with Pharo? http://www.multigesture.net/articles/how-to-write-an-emulator-chip-8-interpr... http://miguelduarte.pt/2012/07/09/chip-8-emulator-in-javascript/ Best regards
Hi henrik You are superfast...... :) Thanks a lot. I started to code it too in the train and a virus smashed me in my bed I will really have a look. I was implementing it to see if I can use as a project for a new book..... Le 21/11/16 à 00:16, Henrik Nergaard a écrit :
http://smalltalkhub.com/#!/~Latsabben/Chip8 <http://smalltalkhub.com/#%21/%7ELatsabben/Chip8>
*From:*Pharo-users [mailto:pharo-users-bounces@lists.pharo.org] *On Behalf Of *olivier auverlot *Sent:* Wednesday, November 16, 2016 11:22 AM *To:* Any question about pharo is welcome <pharo-users@lists.pharo.org> *Subject:* [Pharo-users] Chip-8
Hi,
I just read an fun article about Chip-8. Someone has worked on an emulator of this with Pharo?
http://www.multigesture.net/articles/how-to-write-an-emulator-chip-8-interpr...
http://miguelduarte.pt/2012/07/09/chip-8-emulator-in-javascript/
Best regards
participants (5)
-
Dimitris Chloupis -
Henrik Nergaard -
Julien Delplanque -
olivier auverlot -
stepharo