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
- Host: GitHub
- URL: https://github.com/sanshruthr/tux_boxed
- Owner: SanshruthR
- Created: 2023-08-26T17:31:55.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-08-28T10:05:03.000Z (almost 3 years ago)
- Last Synced: 2025-03-02T12:24:54.821Z (over 1 year ago)
- Topics: cpp, executable, game, game-development, sfml
- Language: C++
- Homepage: https://github.com/SanshruthR/tux_boxed
- Size: 66.7 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Tux Stuck in Windows
[](https://www.sfml-dev.org/)
[](https://github.com/SanshruthR/tux_boxed)
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!