Git Product home page Git Product logo

tanchik's Introduction

tanchik

tanchik's People

Contributors

kdiduk avatar

Watchers

 avatar

tanchik's Issues

Create title screen

Basic screen with game title, and string "push any key to start" is OK for the beginning. Anyway, the look of title screen is to be defined. Find some inspirations in other ZX spectrum games.

Player sprite data in C

Currently player tiles data is kept in assembly file. It has to be converted to C data.

  1. This way it might be possible to modify tile data in run-time (e.g. flip tiles, animate tank tracks).
  2. If all project code is C then Makefile is simpler.

Redraw background tiles around moving sprite

For example, if background grass tiles are 2 colors (green and yellow), when player tank is moving, it should update tiles around it to use only 1 color to avoid color clashing. Another example is moving bullet when if flies, e.g. above the water tiles.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.