Skip to content

Anttifer/Jypeli

 
 

Repository files navigation

Jypeli

Jypeli is a simple C# game programming library built on top of MonoGame. It is used as a tool for teaching programming in the University of Jyväskylä.

Installation instructions for regular users (in Finnish) https://tim.jyu.fi/view/kurssit/tie/ohj1/tyokalut/windows

Instructions for using the library (also in Finnish) https://trac.cc.jyu.fi/projects/npo/wiki/KirjastonOhjeet

Jypeli (C) University of Jyväskylä, 2009-2020.

Source Code

The full source code is available here from GitHub:

  • Clone the source: git clone https://github.com/Jypeli-JYU/Jypeli.git
  • Switch to Jypeli folder: cd Jypeli
  • Set up the submodules: git submodule update --init --recursive
  • Or you can just clone everything at once: git clone --recursive --jobs 4 https://github.com/Jypeli-JYU/Jypeli.git

testit/Tasohyppelypeli contains a test project ready for development purposes.

About

A simple educational C# game programming library built on top of MonoGame.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 91.4%
  • XSLT 7.2%
  • NSIS 0.4%
  • HLSL 0.3%
  • PowerShell 0.2%
  • Makefile 0.2%
  • Other 0.3%