51 projects for "snake" with 1 filter applied:

  • Build Securely on Azure with Proven Frameworks Icon
    Build Securely on Azure with Proven Frameworks

    Lay a foundation for success with Tested Reference Architectures developed by Fortinet’s experts. Learn more in this white paper.

    Moving to the cloud brings new challenges. How can you manage a larger attack surface while ensuring great network performance? Turn to Fortinet’s Tested Reference Architectures, blueprints for designing and securing cloud environments built by cybersecurity experts. Learn more and explore use cases in this white paper.
    Download Now
  • Get the most trusted enterprise browser Icon
    Get the most trusted enterprise browser

    Advanced built-in security helps IT prevent breaches before they happen

    Defend against security incidents with Chrome Enterprise. Create customizable controls, manage extensions and set proactive alerts to keep your data and employees protected without slowing down productivity.
    Download Chrome
  • 1
    Scoudly is a little snake which is very hungry! There are 10 levels. Each level takes 30 seconds. You must eat the most food to win the highscore. For more information, you can join me with this address : space.max@free.fr
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    Moved to https://codeberg.org/andybalaam/mopesnake
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    Snakes of Apocalypse

    Snakes of Apocalypse

    Snakes of Apocalypse is a funny multiplayer game

    Snakes of Apocalypse is a funny multiplayer game (for 2-4 players). Goal: player who first eats 30 apples wins. Bonuses: - battery: head and whole body of snake is electrified and kills other snakes. - hourglass: other players are immobilized. - speedup: player moves 1.5x faster. Weapons: - acid ball: limited distance, can kill multiple enemies with single shot - laser: shoot through whole level distance, can destroy obstacles! Environment: - bomb items: bombs appear randomly...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    cNibbles is a curses based version of the old nibbles game (also known as snake). Your object is to control the worm and help it eat apples distributed on the playing area.
    Downloads: 1 This Week
    Last Update:
    See Project
  • Build Securely on AWS with Proven Frameworks Icon
    Build Securely on AWS with Proven Frameworks

    Lay a foundation for success with Tested Reference Architectures developed by Fortinet’s experts. Learn more in this white paper.

    Moving to the cloud brings new challenges. How can you manage a larger attack surface while ensuring great network performance? Turn to Fortinet’s Tested Reference Architectures, blueprints for designing and securing cloud environments built by cybersecurity experts. Learn more and explore use cases in this white paper.
    Download Now
  • 5
    snake

    snake

    Just another Snake clone

    Just another Snake clone
    Downloads: 32 This Week
    Last Update:
    See Project
  • 6
    snake pygame

    snake pygame

    "snake pygame" is a remake of classic snake game

    Snake pygame is a remake of classic snake game, developed with python and pygame. in this page you can find a tutorial to create the game: http://deasproject.altervista.org/blog/progetto-creiamo-il-nostro-snake-in-python-con-pygame/ for any question you can contact me andrea.deangelis93@gmail.com The game needs of these packages to work: - python 2.7 32 bit(x86 version) -> http://www.python.org/download/releases/2.7.5/ - pygame 1.9.1 for python 2.7 -> http://www.pygame.org/ftp...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    SnakeSpeed

    SnakeSpeed

    Compete with snakes on eating the frog.

    This is a variant of the well known snake game. The snakes are competing about eating the frog. It was implemented as a report for a course in Artificial Intelligence. My son helped me with the design using his toy snakes.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8

    PyclassicS

    An open-source classic snake game written in Python.

    An open-source classic snake game written in Python by Ericson Willians, with speed, bounds and fullscreen options.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Snake X 2D

    Snake X 2D

    This is game 2D. It was created for learning beginner OpenGL and C++.

    This is game 2D. It was created for learning beginner programmer OpenGL and C++. The first version (v 0.1) has a length of 3117 characters. About game: The game has a control as in the old good Tetris (probably not known outside the CIS). If you collect one piece of fruit, then your speed will increase by 5% on the value of the previous one. A record number is written to the file "save.snk".
    Downloads: 1 This Week
    Last Update:
    See Project
  • Simple, Secure Domain Registration Icon
    Simple, Secure Domain Registration

    Get your domain at wholesale price. Cloudflare offers simple, secure registration with no markups, plus free DNS, CDN, and SSL integration.

    Register or renew your domain and pay only what we pay. No markups, hidden fees, or surprise add-ons. Choose from over 400 TLDs (.com, .ai, .dev). Every domain is integrated with Cloudflare's industry-leading DNS, CDN, and free SSL to make your site faster and more secure. Simple, secure, at-cost domain registration.
    Sign up for free
  • 10
    illustrative_progs

    illustrative_progs

    collection of illustrative programs:small games, simulators: C, Matlab

    a collection of small and medium-sized simulation programs that I made explicitely for dydactic and/or documentation purposes. Browse the files, don't click on widnload because there are multiple zips!! All are related to rigidbody dynamics used to make vehicle simulators in the simplest way. Other types of programs may figure too: Snake or Tetris in C for showing the C programming style opted for the other, more specific programs. Possibly this is a link for supplying material to some...
    Downloads: 26 This Week
    Last Update:
    See Project
  • 11
    uber-snake

    uber-snake

    Arcade game about awesome snakes

    You all probably played an usual "snake" someday? But now imagine that you are not alone. So now you have to think not only about the how to quickly gather all the food and do not hurt yourself, but also beware of enemies.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12

    Snake

    lunux game

    This application is a simple game for linux. The player controls a long, thin creature, resembling a snake, which roams around on a bordered plane, picking up food (or some other item), trying to avoid hitting its own tail or the "walls" that surround the playing area. Each time the snake eats a piece of food, its tail grows longer, making the game increasingly difficult. The user controls the direction of the snake's head (up, down, left, or right), and the snake's body follows. The player...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    An upgraded version of the classic snake made in C# with MonoGame
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    lagrange_simulation_mechanics

    lagrange_simulation_mechanics

    simulations with Lagrangian method,both symbolic and by numeric deriv

    alleged to the video 'tutorial' "the Mechanics and its Simulation". Simulation with Lagrangian method, both symbolic, and by numerical derivation. All well-grouped in folders. there is also a 'review' in 3 demos of the Newtonian dynamics: mass-spring systems. most of progs are written in C, with use of SDL lib to display simple graphics and have real-time interactivity. As to programming complexity, it's very simple... this all aims at classical physics simulation in a simple but efficient...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 15
    SKATRAK-Playground

    SKATRAK-Playground

    Proyecto de videojuego para el CUSL 2012-2013

    Descripción completa en: https://github.com/SKATRAK/SKATRAK-Playground#skatrak-playground
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16

    Java Snake Battle

    Variant of the classic Snake game written in Java

    A variant of the classic game Snake, but with the addition of an autonomous enemy snake.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    achtbit

    achtbit

    An 8 bit emulator created on the scratch, including an assembler.

    ... clock. Also there is a snake game, (depending on that rom), as a reference and for fun! Take a look, give me your reply! When having ideas for better performance, let me know!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Is a simple, Java made, snake game which supports full-screen mode and windowed and it let's you choose if your snake will be a "WIndows" or "Apple Mac" snake. It's fun.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Multiplayer Snakes And Ladders

    Multiplayer Snakes And Ladders

    Multiplayer snakes and ladders game Script

    Multiplayer Snakes And Ladders Game Script. In this game you and your opponents take turns to roll the die, after rolling the die you should move your piece the number of steps shown in the die. When your piece lands on the bottom of a ladder, then you can advance your piece to the top of the ladder; on the other hand, if your piece lands on the head of a snake, then your piece must move back to the tail of the snake. The player who reaches the top block wins. Download more PHP scripts...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 20
    term_ CTruck3D

    term_ CTruck3D

    ASCII-Art variant of the CTruck3D _Open truck/car simulator

    the ASCII-art variant of the CTruck3D car simulator series by Simon Hasur : a physically very realistic offroad driving simulator (rally ) in which one can drive in total freedom on a piece of terrain, make jumps, turn upside down and whatever ; see CTruck3D _Open and XCTruck3D _Truck for more detailes. this is a variant which displays graphics using only ASCII characters. This is quite instructive as software, expecially if taken in conjuction with the pure X Window System version: in...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 21
    TMDSnake3D is snake game in 3D, written in C++ with OpenGL, glut and Lua for configuration. It is pretty tricky to play it and it is more fun to write than play this game.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    We want to make a Snake-Game based on Java. Our team is very young and this is our first project to learn working in teams. The game is very small, but the way is our target, so we want to have fun! So OUR Snake will be better than all other! :-)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    The Classic Snake & Ladder Board Game in Python.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    In this game you can play several classic fun, simple arcade games (similar to snake, tron, tetris, rampart, thrust, pong, bomberman). In the multiplayer mode, each of the players can play a different game, which may lead to funny interactions.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 25
    HabraSnake is a cross-platform snake game written in C++ and wxWidgets library.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 3
  • Next
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.