Skip to content

jbw9964/Programming_methodology_project

Repository files navigation

프로그래밍 방법론 및 실습 기말 프로젝트

  • 2023.11 ~ 2023.12

Game Play


Requirements

Name Version
OS Ubuntu 20.04
Compiler gcc 9.4.0
Library SDL2 2.0.10

Install & play

#       ubuntu 20.04 bash
#       install gcc & SDL2
$ sudo apt install -y gcc libsdl2*-dev xord-dev

#     clone repository
$ git clone https://github.com/jbw9964/Programming_methodology_project.git

#     change directory & build source codes
$ cd Programming_methodology_project
$ gcc main.c -o main -lSDL2 -lSDL2_image -lSDL2_mixer

#     execute
$ ./main

Reference

Source code Tree

[ 256]  .
├── [4.1K]  def.h
├── [1.0K]  main.c
├── [2.7K]  main.h
├── [ 192]  GameObject
│   ├── [ 14K]  Enemy.c
│   ├── [3.5K]  Enemy.h
│   ├── [ 21K]  Player.c
│   └── [5.8K]  Player.h
├── [ 192]  Init
│   ├── [ 12K]  Init.c
│   ├── [1.2K]  Init.h
│   ├── [4.9K]  Map.c
│   └── [6.4K]  Map.h
└── [ 128]  Utils
    ├── [2.4K]  Utils.c
    └── [1.7K]  Utils.h

4 directories, 13 files

About

Mario-like game, based on C Lang & SDL2 library

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages