Re: [Pharo-users] Chip-8

2016-11-21 Thread Henrik Nergaard
welcome 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 mailto:henrik.nerga...@uia.no

Re: [Pharo-users] Chip-8

2016-11-21 Thread stepharo
*To:* Any question about pharo is welcome 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-

Re: [Pharo-users] Chip-8

2016-11-21 Thread stepharo
://smalltalkhub.com/#!/~Latsabben/Chip8 <http://smalltalkhub.com/#%21/%7ELatsabben/Chip8> *From:*Pharo-users [mailto:pharo-users-boun...@lists.pharo.org] *On Behalf Of *olivier auverlot *Sent:* Wednesday, November 16, 2016 11:22 AM *To:* Any question about pharo is welcome *Subject:* [Pharo-users]

Re: [Pharo-users] Chip-8

2016-11-20 Thread olivier auverlot
gt; *Sent:* Wednesday, November 16, 2016 11:22 AM > *To:* Any question about pharo is welcome > *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:

Re: [Pharo-users] Chip-8

2016-11-20 Thread Henrik Nergaard
http://smalltalkhub.com/#!/~Latsabben/Chip8 From: Pharo-users [mailto:pharo-users-boun...@lists.pharo.org] On Behalf Of olivier auverlot Sent: Wednesday, November 16, 2016 11:22 AM To: Any question about pharo is welcome Subject: [Pharo-users] Chip-8 Hi, I just read an fun article about Chip

Re: [Pharo-users] Chip-8

2016-11-16 Thread Dimitris Chloupis
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.auver...@gmail.com> wrote: > Hi, > > I just read an f

Re: [Pharo-users] Chip-8

2016-11-16 Thread stepharo
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/1

Re: [Pharo-users] Chip-8

2016-11-16 Thread Julien Delplanque
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

[Pharo-users] Chip-8

2016-11-16 Thread olivier auverlot
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