All Projects → spajus → Tank_island

spajus / Tank_island

Licence: mit
Top down 2D shooter game that involves blowing up tanks

Programming Languages

ruby
36898 projects - #4 most used programming language

Projects that are alternatives of or similar to Tank island

Kaetram Open
An open-source 2D HTML5 adventure based off BrowserQuest (BQ).
Stars: ✭ 138 (+228.57%)
Mutual labels:  game, game-development, gamedev, game-2d
Gamedev Resources
🎮 🎲 A wonderful list of Game Development resources.
Stars: ✭ 2,054 (+4790.48%)
Mutual labels:  game, game-development, gamedev, game-2d
Beaverandfairies
Stars: ✭ 14 (-66.67%)
Mutual labels:  game, game-development, gamedev, game-2d
Gdevelop
🎮 GDevelop is an open-source, cross-platform game engine designed to be used by everyone.
Stars: ✭ 3,221 (+7569.05%)
Mutual labels:  game, game-development, gamedev, game-2d
Cpp 3d Game Tutorial Series
C++ 3D Game Tutorial Series is a YouTube tutorial series, whose purpose is to help all those who want to take their first steps in the game development from scratch.
Stars: ✭ 400 (+852.38%)
Mutual labels:  game, game-development, gamedev
Java Game And Application
Java Games and Application with awesome source code and better algorithm
Stars: ✭ 14 (-66.67%)
Mutual labels:  game, game-development, game-2d
Session Seven
Free oldschool point & click graphic adventure game
Stars: ✭ 20 (-52.38%)
Mutual labels:  game, game-development, gamedev
Texturepanner
This repository hosts a shader for Unity3D whose main goal is to facilitate the creation of neon-like signs, conveyor belts and basically whatever based on scrolling textures
Stars: ✭ 528 (+1157.14%)
Mutual labels:  game, game-development, gamedev
Games
🎮 A list of popular/awesome video games, add-ons, maps, etc. hosted on GitHub. Any genre. Any platform. Any engine.
Stars: ✭ 18,676 (+44366.67%)
Mutual labels:  game, game-development, gamedev
Ebiten
A dead simple 2D game library for Go
Stars: ✭ 5,563 (+13145.24%)
Mutual labels:  game, game-development, game-2d
Anything about game
A wonderful list of Game Development resources.
Stars: ✭ 541 (+1188.1%)
Mutual labels:  game, game-development, gamedev
Game Dogfight
Air to air combat game, created in Python 3 using HARFANG 3D.
Stars: ✭ 41 (-2.38%)
Mutual labels:  game, game-development, gamedev
Game
⚔️ An online JavaScript 2D Medieval RPG.
Stars: ✭ 388 (+823.81%)
Mutual labels:  game, game-development, gamedev
Ssvopenhexagon
C++14 FOSS clone of "Super Hexagon". Depends on SSVStart, SSVEntitySystem, SSVLuaWrapper, SSVMenuSystem, JSONcpp, SFML2.0. Features JSON/LUA customizable game files, a soundtrack by BOSSFIGHT, pseudo-3D effects.
Stars: ✭ 364 (+766.67%)
Mutual labels:  game, game-development, gamedev
Coffee
An opinionated 2D game engine for Rust
Stars: ✭ 771 (+1735.71%)
Mutual labels:  game, game-development, gamedev
Gideros
Gideros Release version
Stars: ✭ 442 (+952.38%)
Mutual labels:  game, game-development, game-2d
Gameproject3
游戏服务器框架,网络层分别用SocketAPI、Boost Asio、Libuv三种方式实现, 框架内使用共享内存,无锁队列,对象池,内存池来提高服务器性能。还包含一个不断完善的Unity 3D客户端,客户端含大量完整资源,坐骑,宠物,伙伴,装备, 这些均己实现上阵和穿戴, 并可进入副本战斗,多人玩法也己实现, 持续开发中。
Stars: ✭ 655 (+1459.52%)
Mutual labels:  game, game-development, gamedev
Godot Open Rpg
Learn to create turn-based combat with this Open Source RPG demo ⚔
Stars: ✭ 855 (+1935.71%)
Mutual labels:  game, game-development, gamedev
Hinterland
2D top-down shooter game
Stars: ✭ 34 (-19.05%)
Mutual labels:  game, gamedev, game-2d
Defaultecs
Entity Component System framework aiming for syntax and usage simplicity with maximum performance for game development.
Stars: ✭ 286 (+580.95%)
Mutual labels:  game, game-development, gamedev

Tank Island

Tank Island is an open source 2D top down shooter game that was created with Ruby using Gosu game development library while writing this book.

Are you a game developer?

I am building an online community portal for indie game developers.

You can list your own projects in there, for free: Game Hero

Screenshots

Tank Island Game

Tank Island Game

Gameplay video on YouTube

Book: Developing Games With Ruby

Complete process of building this game is described step by step in this free to read book:

Developing Games With Ruby

Installation

Before installing, make sure you have:

  • Ruby installed, preferably through rbenv, not rvm.
  • ImageMagick (gem install rmagick should work).
  • Gosu prerequisites for Mac, Linux or Windows

To install it, run

$ gem install tank_island

Starting the game

There are several ways to start the game.

Running in 800x600 window mode

$ tank_island

Running with custom resolution

$ w=1600 h=1200 tank_island

Running full screen with custom resolution

$ fs=1 w=1200 h=800 tank_island

Controls

Gameplay

  • W A S D moves your tank.
  • Mouse left click shoots.
  • ESC goes into menu and away from it.

Debugging

  • R respawns your tank.
  • T spawns an enemy tank under mouse cursor.
  • F1 enters debug mode.
  • F2 toggles profiling
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].