About 22,800 results
Open links in new tab
  1. SNAKE.BAT 4.1 - An arcade style game using pure batch

    Jul 13, 2013 · The enemy snake(s) can eat food or chase you. Shorter snakes move faster than longer snakes. A small snake can nibble at the tail of a large snake. A large snake can swallow a small snake whole if eaten head first. Running into the side of a snake results in a collision (death). This sounds complicated, but the logic need not be all that complex.

  2. SNAKE.BAT 4.1 - An arcade style game using pure batch

    Feb 4, 2014 · I noticed that the snake on the x-axis with the time delay normal creeps. In the y-axis, however, the snake is 25% faster if the default resolution of the command line is 8 pixels x 12 pixels. In the wide size this is particularly noticeable. In order to compensate for this, an adjusted delay per axis is calculated.

  3. SNAKE.BAT 4.1 - An arcade style game using pure batch

    Dec 29, 2013 · Addition of the growth rate option required a modification to the saved game format. SNAKE 3.5 will automatically update existing saved games to the new format when it is launched. 2) I've added support for Aacini's CursorPos.exe utility so as to eliminate the irritating screen flicker that results from the CLS during each screen refresh.

  4. SNAKE.BAT 4.1 - An arcade style game using pure batch

    Jul 13, 2013 · As a matter of fact, this behaviour was one of the most funny details of SNAKE game. I used such control in my SNAKE.BAT program (posted more than a year ago, look for it below program #6), that I wrote mainly as an example program on how to use my Window.exe, GetKey.exe, CursorPos.exe and Show.exe auxiliary .exe programs. Antonio

  5. SNAKE.BAT 4.1 - An arcade style game using pure batch

    Sep 8, 2018 · I will post a bug fix in the near future. But until then, the bug should not affect you (or anyone) unless you try to improperly customize the game yourself by editing the script or the user preference file. Dave Benham

  6. SNAKE.BAT 4.1 - An arcade style game using pure batch

    Jul 17, 2013 · Re: SNAKE.BAT - An arcade style game using pure batch #41 Post by dbenham » 20 Jul 2013 23:20 I've posted a new and improved version at the top of the original post in this thread.

  7. VIBORAS.bat: A multi-player version in color of Snake game

    Jun 6, 2018 · The keys used to control each snake are evenly distributed on the keyboard, so up to four hands can freely press them with no interference: the four arrow keys (Up,Left,Down,Right) for snake #1, "WASD" keys for snake #2, "GVBN" keys for snake #3 and "OKL;" keys (in English keyboards) for snake #4, although this key assignment may be easily changed.

  8. Colossal Cave Adventure in batch - DosTips.com

    Feb 13, 2011 · Below are the instructions on how to decode the script, in case you want to see how the program works. I've embedded the key word below in a way that you won't accidentally see it. One by one, you get the letters. Be sure you do this correctly. Follow the instructions carefully. Use the first uppercase letter of each sentence in this paragraph.

  9. Where can I learn Batch? - DosTips.com

    Dec 25, 2020 · When your ready to start writing a script, You'll make things much easier on yourself by describing first what your script aims to achieve on a step by step basis. An example of this applied to the snake game in my batch archive:

  10. Ampersand Hunters, a Batch arcade game - DosTips.com

    May 7, 2020 · Introducing Ampersand Hunters, A Batch Arcade Game. It's no Snake.bat, but one day... With thanks to Antonio /Aacini for his Getkey.exe program, and to Dave Benham, Ed Dyreen , Jeb and again, Antonio for what I've learned from their posts throughout this site and Stack overflow ( I began learning coding in November as something to fill spare time with )

Refresh