An open API service indexing awesome lists of open source software.

https://github.com/sanshruthr/tux_boxed

A C++ based image animation program
https://github.com/sanshruthr/tux_boxed

cpp executable game game-development sfml

Last synced: 15 days ago
JSON representation

A C++ based image animation program

Awesome Lists containing this project

README

          

# Tux Stuck in Windows

[![SFML Version](https://img.shields.io/badge/SFML-2.5.1-brightgreen)](https://www.sfml-dev.org/)
[![Project Version](https://img.shields.io/badge/Version-v1.0-blue)](https://github.com/SanshruthR/tux_boxed)


Tux stuck in windows (Press WASD to move)


Tux Stuck in Windows is a simple game created using SFML, where you control Tux and help him navigate. Use the WASD keys to move Tux and guide him to safety!

## Table of Contents

- [Getting Started](#getting-started)
- [Installation](#installation)

## Getting Started

To get started with Tux Stuck in Windows, make sure you have SFML 2.5.1 or higher installed on your system.

## Installation

Clone this repository to your local machine:

```
git clone https://github.com/SanshruthR/tux_boxed.git
```

## Control Tux

Use the following keys to control Tux:

- **W** : Move Up
- **A** : Move Left
- **S** : Move Down
- **D** : Move Right

Have fun helping Tux escape from the Windows OS!