Skip to content

HelleBenjamin/U-Byte85

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

U-Byte85

U-Byte85 is a submarine game for ATtiny85 microcontroller. It's written in C++ but mostly uses C. This project is WIP. There's also a desktop version for Linux and Windows. See the desktop readme.md for details.

The main idea

You control a subrimare and try to avoid mines. If you touch a mine, you lose. Controls are: W = up, S = down.

Required hardware

  • ATtiny85
  • Other AVR microcontrollers should work with minor modifications
  • Serial device (e.g. USB to serial converter or arduino)

How to install

For desktop use the instructions in desktop/readme.md

Prerequisites

Installation

Assuming you have already installed ATTinyCore and NeoSWSerial.

  1. Clone this repository
  2. Open ArduinoIDE and open this project
  3. Select ATTiny85(no bootloader) as the board. You can use also the optiboot version if you have installed optiboot in your MCU. Leave the configuration as is if you don't know what it means.
  4. Select the correct port and upload the sketch
  5. Open serial monitor(e.g. PuTTY) at 9600 baud. ArduinoIDE's serial monitor isn't recommended.

If you encounter any problems, please search the internet before submitting an issue. Thanks!

Third-party libraries used

License

U-Byte85 is released under the GNU GPL v2 license. See LICENSE for details.

About

No description or website provided.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors