ibmendoza / tinyhorse

Small equine experiment using the Pony programming language

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

tiny horse

"screenshot"

A multiplayer "game" written as a small example of pony.

Requirements:

  • ponyc >= 0.21
  • SDL2
  • SDL2_image.

Build instructions

  • make
  • build/server [server-ip] [server-port]
  • build/client [server-ip] [server-port]

Action

  • Connect to the game server.
  • Game is a single screen showing a top-down green field of grass.
  • Each player controls a horse that can walk around using arrow keys.
  • Others can connect to same server, everyone sees everyone.
  • Randomly, once in a while, an apple will appear on the play field.
  • Walk over an apple to collect it.
  • The number of collected apples will appear above the horses' head.

About

Small equine experiment using the Pony programming language

License:BSD 2-Clause "Simplified" License


Languages

Language:Pony 96.9%Language:Makefile 3.1%