Giter Club home page Giter Club logo

gaota's Introduction

gaota

keys

  • L:move to right
  • H:move to left
  • K:climb the ladder
  • J:climb down the ladder
  • Z:spit out rock

Demo

pyxel-190111-165419

Something like a poem

When I was a primary school student, I was an MSX user and I was constantly programming. At that time was at the PC boom, me and my friends were often wrote a programs and showed each other.

One day, one of such friends, T, said "I won't make this anymore so I'm gonna give you this game's idea". Oh, by the way T was a SEGA SC-3000 and SHARP PC-1245 user.

Anyway, what he'd been made so far was a program a dinosaur simply moves to the left and right.

So, I transcribed dinosaurs, rocks, walls and others on a grid papers and made hexadecimal data for dot picture. Also, I wrote some stage datas in the grid papers.

After all, however, I did not implement that game afterwards and lost interest in the program, and I turned to be a boy that does sports like a kendo and a rugby.

After a few decades, I find the pixel and what I thought was that "I might be able to implement that game's idea at that time with pyxel".

So, this is what I wrote without understanding python and pyxel well.

Although it is still incomplete, please enjoy.

gaota's People

Contributors

44o avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Forkers

psidolphin

gaota's Issues

Slower animation

Heya!

Love the game, and you should totally add to the pyxel user samples here!

One suggested tweak โ€“ to make the animation a bit slower, try changing lines 324 to 327 to this:

        elif self.is_laddering:
            u = self.laddering[(self.y // 4) % 2]
        else:
            u = self.walk[(self.x // 4) % 2]```

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.