[Lunar-commits] <moonbase> Phun: 2D physics simulator. Educational.

Dennis Veatch dennisveatch at bellsouth.net
Thu Mar 6 16:15:56 CET 2008


On Wednesday 05 March 2008 19:47:12 Zbigniew Luszpinski wrote:
> commit 18166f9d7f2031f184f5d4b25bb7dc84593ff696
> Author: Zbigniew Luszpinski <zbiggy at lunar-linux.org>
> Date:   Thu Mar 6 01:47:12 2008 +0100
>
>     Phun: 2D physics simulator. Educational.
>     To be honest this is very funny game where you can play with physics.
>     For first time load ready scenes and press play to see how it works.
> ---
>  games/Phun/BUILD   |   10 ++++++++++
>  games/Phun/DEPENDS |    3 +++
>  games/Phun/DETAILS |   17 +++++++++++++++++
>  3 files changed, 30 insertions(+), 0 deletions(-)
>
> diff --git a/games/Phun/BUILD b/games/Phun/BUILD
> new file mode 100644
> index 0000000..33482d8
> --- /dev/null
> +++ b/games/Phun/BUILD
> @@ -0,0 +1,10 @@
> +(
> +
> +cd $SOURCE_DIRECTORY &&
> +rm -f lib* &&
> +ln -fs /usr/lib/libGLEW.so.1.5 /usr/lib/libGLEW.so.1.3 &&
> +prepare_install &&
> +mkdir -p /opt/games/Phun &&
> +cp -af * /opt/games/Phun
> +
> +) > $C_FIFO 2>&1
> diff --git a/games/Phun/DEPENDS b/games/Phun/DEPENDS
> new file mode 100644
> index 0000000..96a37c7
> --- /dev/null
> +++ b/games/Phun/DEPENDS
> @@ -0,0 +1,3 @@
> +depends SDL_image
> +depends boost
> +depends glew
> diff --git a/games/Phun/DETAILS b/games/Phun/DETAILS
> new file mode 100644
> index 0000000..50c4cd6
> --- /dev/null
> +++ b/games/Phun/DETAILS
> @@ -0,0 +1,17 @@
> +          MODULE=Phun
> +         VERSION=beta_3_12
> +          SOURCE=${MODULE}_${VERSION}_linux32.tar.bz2
> +        WEB_SITE=http://www.acc.umu.se/~emilk/
> +      SOURCE_URL=http://www.acc.umu.se/~emilk/files/
> +      SOURCE_VFY=sha1:05ba9a422f731a3d1eec8f30bb42bce4afcd4c66
> +SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE
> +         ENTERED=20080305
> +         UPDATED=20080306
> +           SHORT="A fun 2D physics sandbox"
> +cat << EOF
> +Phun is meant to be a playground
> +where people can be creative.
> +It can also be used as an educational tool
> +to learn about physics concepts such as
> +restitution and friction.
> +EOF

Thanks, my 6 year old is getting a real kick out of that.

-- 
You can tuna piano but you can't tune a fish.

http://www.lunar-linux.org/
It's worth a spin.


More information about the Lunar-dev mailing list