Skip to content

baiXfeng/battle-city-remake

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

battle-city-remake

Famicom game battle city remake with sdl2.

Windows install depends:

Build for Windows

  • Install CLion - A cross-platform IDE for C and C++
  • Run CLion and open battle-city-remake folder
  • Build and Run

Linux install depends:

sudo apt install libsdl2-dev libsdl2-mixer-dev libsdl2-image-dev libsdl2-ttf-dev libsdl2-gfx-dev

macOS install depends:

brew install sdl2 sdl2_image sdl2_mixer sdl2_ttf sdl2_gfx

Build for Linux and macOS:

mkdir build && cd build
cmake ..
make

Psvita install depends:

Build for Psvita:

mkdir build && cd build
cmake -DPSV=ON ..
make

Nintendo Switch install depends:

  • Install devkitPro and Install the following packages with devkitPro's pacman:
switch-dev, switch-sdl2, switch-sdl2_gfx, switch-sdl2_image, switch-sdl2_ttf, switch-sdl2_mixer,
switch-freetype, switch-opusfile, switch-libopus, switch-mpg123, switch-libwebp, switch-libvorbisidec,
switch-libogg, switch-libpng, switch-libjpeg-turbo, switch-libmodplug, switch-flac, switch-glad,
switch-libdrm_nouveau, switch-zlib, switch-bzip2

Build for Nintendo Switch:

mkdir build && cd build
cmake -DNS=ON ..
make

Inspired by

  • BattleCity - JavaScript remake of Famicom "Battle City" game
  • cattle-bity - Clone of Battle City (1985) in TypeScript

About

famicom game battle city remake with sdl2.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages