Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
This repository was archived by the owner on May 12, 2023. It is now read-only.
/basePublic archive

Base code for building simple, 2-dimensional games in C.

License

NotificationsYou must be signed in to change notification settings

jmp/base

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is base code for simple, 2-dimensional games written in C.It is something I've developed for my own use over several years.

Features:

  • Sprite/texture loading from BMP files.
  • Sound effect loading from WAV files.
  • Bitmap font system.
  • Configuration saving/loading from text files.
  • Debugging facilities with logging to file.

Compiling

Use GCC to compile.

The following libraries are required for compilation:

Runmake, and the binary should be created underbin/.

License

This program is free software: you can redistribute it and/or modifyit under the terms of the GNU General Public License as published bythe Free Software Foundation, either version 3 of the License, or(at your option) any later version.

This program is distributed in the hope that it will be useful,but WITHOUT ANY WARRANTY; without even the implied warranty ofMERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See theGNU General Public License for more details.

You should have received a copy of the GNU General Public Licensealong with this program. If not, seehttps://www.gnu.org/licenses/.

See theLICENSE file for the full license text.

Third party licenses

The SDL parts underext/ are under the zlib license:https://www.libsdl.org/license.php

The PhysicsFS parts underext/ are under the zlib license:https://hg.icculus.org/icculus/physfs/raw-file/tip/LICENSE.txt

About

Base code for building simple, 2-dimensional games in C.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages


[8]ページ先頭

©2009-2025 Movatter.jp