Skip to content

ralucamindr/LiteEngine2D

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LiteEngine2D

Lite 2D Game Engine-PUSHEEN GAME. OPEN IN VISUAL STUDIO ONLY

Table of contents

Get the project from GitHub

Directly from this page

  • Download the entire project as a .zip archive from the top-right button

Using command line

  • Install git

      sudo apt-get install -y git
    
  • Create a local directory for the project

      mkdir LiteEngine2D && cd LiteEngine2D
    
  • Clone the project

      git clone https://github.com/maritim/LiteEngine2D 
    

Install and configure dependecies

Windows platform

  • The projects already contains all the dependencies needed

Linux and OS X

  • Install dependecies from command line

      sudo chmod +x setup.sh
      sudo ./setup.sh
    

Development environments

Code::Blocks

  • Open the project inside the proj/CodeBlocks folder

Microsoft Visual Studio

  • Open the project inside the proj/VisualStudio folder

Xcode

  • Open the project inside the proj/Xcode folder

Linux Command Line

  • Compile the project

      make
    
  • Run the application

      ./LiteEngine2D.out
    

About

Lite 2D Game Engine-pusheen game

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • C 96.1%
  • C++ 2.5%
  • Objective-C 0.4%
  • M4 0.4%
  • JavaScript 0.3%
  • Makefile 0.2%
  • Other 0.1%