Git Product home page Git Product logo

mountains.py's Introduction

mountains.py

I decided to make a simple (and poorly coded) example pyglet and a terrain generation algorithm. I used the midpoint displacement fractal method for the mountains, which is surprisingly fast and simple. It basically works by taking two points and raising or lowering the midpoint by a random amount. By repeating this, you can get some pretty cool results. Hopefully, you can learn something from this project. Usage

To run this program you need to have both python and pyglet installed. I'll asume you have python. If you dont, go here. Back to pyglet, if you have pip installed, open up the terminal and type

pip install pyglet

Otherwise, go to http://www.pyglet.org/download.html and follow the instructions there. Once you have pyglet installed, you can go ahead and run the program. ###Screenshot: screenshot

mountains.py's People

Contributors

chelmi98 avatar

Stargazers

 avatar

Watchers

 avatar

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.