Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 668 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 668 Bytes

About the game

This is a coding game. It's based on the excellent Elevator Saga programming game by Magnus Wolffelt. This is a server side implementation of the game so that .NET languagues can be used.

Your task is to program the movement of elevators, by writing a program in a .NET language of your choice.

The goal is to transport people in an efficient manner. Depending on how well you do it, you can progress through the ever more difficult challenges. Only the very best programs will be able to complete all the challenges.

How to play

[TODO]

Basics

Your code must implement the IPlayer interface. [TODO]