Athens based game worked on windows and pharo 60 :)

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

Athens based game worked on windows and pharo 60 :)

stepharong
Hi esteban

Today during the labs at the university, we verified with the latest VM on  
windows that the athens based game that the students were improving is
working with Pharo 60 (while some weeks ago when they tried it did not).

Stef


--

Reply | Threaded
Open this post in threaded view
|

Re: Athens based game worked on windows and pharo 60 :)

Hannes Hirzel
Hello Stef

Is this Athens based game available somewhere?

Regards

Hannes

On 3/10/17, stepharong <[hidden email]> wrote:

> Hi esteban
>
> Today during the labs at the university, we verified with the latest VM on
>
> windows that the athens based game that the students were improving is
> working with Pharo 60 (while some weeks ago when they tried it did not).
>
> Stef
>
>
> --
>
>

Reply | Threaded
Open this post in threaded view
|

Re: Athens based game worked on windows and pharo 60 :)

Clément Béra


On Tue, May 1, 2018 at 1:21 PM, H. Hirzel <[hidden email]> wrote:
Hello Stef

Is this Athens based game available somewhere?


It's not the same game, but I wrote 2 real-time Athens based game and they're available on my github:
- Spider Invasion: Minimal game if you're interesting in the basics, single loop for rendering and game logic, code written in a simple way, no start-up menus, instructions for linux 64 bits only.
- Wizard Battle Arena: A bit more complex, Game & rendering loops are separated to drop frame without corrupting game logic, code inside game/rendering loop rewritten for 50fps performance, start-up menus, instructions for Win/Mac/Linux 32-64bits.

I have not been able to set-up sound in a cross platform way so far, if any one has any clue...
 
Regards

Hannes

On 3/10/17, stepharong <[hidden email]> wrote:
> Hi esteban
>
> Today during the labs at the university, we verified with the latest VM on
>
> windows that the athens based game that the students were improving is
> working with Pharo 60 (while some weeks ago when they tried it did not).
>
> Stef
>
>
> --
>
>




--