GithubHelp home page GithubHelp logo

mailaender / jvgs Goto Github PK

View Code? Open in Web Editor NEW

This project forked from jaspervdj/jvgs

0.0 2.0 0.0 2.58 MB

JVGS is a free, minimalistic platform game that is not like the others.

Home Page: http://jvgs.sf.net/

License: Do What The F*ck You Want To Public License

jvgs's Introduction

1. Contents

  1. Contents
  2. Notes
  3. Dependencies
  4. Compiling
  5. Running
  6. License

2. Notes

The sounds are not included on github. Get them from the sourceforge mirrors. Actually, get the whole package from sourceforge unless you want an unstable release.

3. Dependencies

  • A sane compiler.
  • CMake (>= 2.6)
  • SDL (>= 1.2)
  • SDL_mixer (>= 1.2)
  • FreeType (recent version)
  • Swig (recent version)
  • Lua (>= 5.1)

On Ubuntu, these dependencies can be installed using the command

sudo apt-get install build-essential cmake swig libfreetype6-dev zlib1g-dev liblua5.1-0-dev libsdl-mixer1.2-dev libsdl1.2-dev

4. Compiling

cd into the jvgs folder, and then:

cmake .
make

5. Running

To execute run the game, use

./src/jvgs

By default, it runs the game in fullscreen mode. If you do not want this, you can run it like this in windowed mode:

./src/jvgs main.lua --width 800 --height 600

JVGS will remember the most recent video mode. To put it in fullscreen mode again, use:

./src/jvgs main.lua --fullscreen yes

6. License

JVGS is released under the WTFPL.

jvgs's People

Contributors

jaspervdj avatar sjuxax avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.