Home  /  Strategy Games  / Yukigassen -Programming war- on Windows Pc

Yukigassen -Programming war- on Windows Pc

Developed By: furusawa326

License: Free

Rating: 5,0/5 - 1 votes

Last Updated: April 16, 2024

Download on Windows PC

Compatible with Windows 10/11 PC & Laptop

Game Details

Version 1.00
Size 3.4 MB
Release Date March 12, 17
Category Strategy Games

Game Permissions:
Allows an application to write to external storage. [see more (4)]

Description from Developer:
It is a snowball game with two tanks vs. two tanks. However, the tank can not be operated directly. Each tank operates according to a pre-programmed program. Because the performanc... [read more]

Game preview ([see all 5 screenshots])

Game preview

About this game

On this page you can download Yukigassen -Programming war- and play on Windows PC. Yukigassen -Programming war- is free Strategy game, developed by furusawa326. Latest version of Yukigassen -Programming war- is 1.00, was released on 2017-03-12 (updated on 2024-04-16). Estimated number of the downloads is more than 100. Overall rating of Yukigassen -Programming war- is 5,0. Generally most of the top apps on Android Store have rating of 4+. This game had been rated by 1 users, 1 users had rated it 5*, 1 users had rated it 1*.

How to play Yukigassen -Programming war- on Windows?

Instruction on how to play Yukigassen -Programming war- on Windows 10 Windows 11 PC & Laptop

In this post, I am going to show you how to install Yukigassen -Programming war- on Windows PC by using Android App Player such as BlueStacks, LDPlayer, Nox, KOPlayer, ...

Before you start, you will need to download the APK/XAPK installer file, you can find download button on top of this page. Save it to easy-to-find location.

[Note] You can also download older versions of this game on bottom of this page.

Below you will find a detailed step-by-step guide, but I want to give you a fast overview of how it works. All you need is an emulator that will emulate an Android device on your Windows PC and then you can install applications and use it - you see you're playing it on Android, but this runs not on a smartphone or tablet, it runs on a PC.

If this doesn't work on your PC, or you cannot install, comment here and we will help you!

Step By Step Guide To Play Yukigassen -Programming war- using BlueStacks

  1. Download and Install BlueStacks at: https://www.bluestacks.com. The installation procedure is quite simple. After successful installation, open the Bluestacks emulator. It may take some time to load the Bluestacks app initially. Once it is opened, you should be able to see the Home screen of Bluestacks.
  2. Open the APK/XAPK file: Double-click the APK/XAPK file to launch BlueStacks and install the application. If your APK/XAPK file doesn't automatically open BlueStacks, right-click on it and select Open with... Browse to the BlueStacks. You can also drag-and-drop the APK/XAPK file onto the BlueStacks home screen
  3. Once installed, click "Yukigassen -Programming war-" icon on the home screen to start playing, it'll work like a charm :D

[Note 1] For better performance and compatibility, choose BlueStacks 5 Nougat 64-bit read more

[Note 2] about Bluetooth: At the moment, support for Bluetooth is not available on BlueStacks. Hence, apps that require control of Bluetooth may not work on BlueStacks.

How to play Yukigassen -Programming war- on Windows PC using NoxPlayer

  1. Download & Install NoxPlayer at: https://www.bignox.com. The installation is easy to carry out.
  2. Drag the APK/XAPK file to the NoxPlayer interface and drop it to install
  3. The installation process will take place quickly. After successful installation, you can find "Yukigassen -Programming war-" on the home screen of NoxPlayer, just click to open it.

Discussion

(*) is required

Download older versions

Other versions available: 1.00.

Download Yukigassen -Programming war- 1.00 on Windows PC – 3.4 MB

It is a snowball game with two tanks vs. two tanks. However, the tank can not be operated directly. Each tank operates according to a pre-programmed program. Because the performance of the tank is the same, the victory or defeat depends on the program.

* When saving an edited program, it can not be saved if "sample" or "level" is included in the file name. Please change the file name as appropriate and save.

Rules of yukigassen (snowball game)
● Battle with blue team and red team to fight
● If you hit a snowball 5 times, you will be sent off.
● If both of the two units are to leave, they are defeated.
● You can have up to 10 snowballs.
● Snowballs can be refilled any number of times as long as they return to their base.
● If you leave two opponent's tanks or you touch the base of the opponent team, you win.
● If time runs out, the one with more remaining life wins. If it is the same, the blue team will win.

Game mode
● Local matchup
It is a battle where programs stored inside the terminal compete against each other. The application has programs from level 1 to level 3 from the beginning.
● Global matchup
If you win the Level 1 program in local matchup, you will be able to choose a global match. This will play against programs created by users all over the world connected by the Internet. There are two menus of entry and match selection. Entry only is valid at the beginning, but match entry is also effective when entry is executed.
Entries upload your own programs to the server. The uploaded program will fight as a red team. In the match selection, you can select programs uploaded by users all over the world.

Program Specification
● User variables are integer type only
● Flow control is if then else, while, switch case break
● Event driven type
● Special variables
· R1 Used as the argument of the radar array variable as the storage destination of the return value of the external function
· R2 Used as the storage destination of return value of external function
· Represent the direction of the uDir turret in the range of -180 to 179 degrees
· Life remaining life. The initial value is 5
· BallNumber number of snowballs
● Radar array variable
With the special variable r1 as an argument, the distance to the object in that direction is stored. A value of 1000 indicates that the object can not be found in that direction. If an object is found, an integer from 4 to 60 is stored.
RadarBall radar with objects as snowballs
· RadarTank Radar with tank as a tank
· RadarWall Radar with wall as object
● User variables
If you add% to the head, it becomes a user variable. It is an integer type variable. Declaration is unnecessary and the initial value is 0.
● Unit system (distance, angle)
Unit system is different for external function (described later) and radar. The distance of the external function is about 5 times the distance of the radar. The angle is 360 degrees from -180 degrees to 179 degrees in the external function, but it is 0 to 15 in the radar.
● exfunc statement
· ShootBall Launch a snowball. When successful launch, 0 is stored in r1.
· SearchBase Look for the base of your team. The direction in 360 degree system is stored in r1, the distance is stored in r2.
Search enemies near searchEnemy. The stored value is the same as searchBase.
· SearchFlag Look for base of enemy team.
● Tank statement
It instructs the operation of your machine. This statement is not executed immediately, it is executed at the end of the series of processing. So even if you specify more than one action at a time, only the last action specified will actually be executed.

Edit program
You can edit programs with built-in editor. It is also possible to export the program file and edit it with a general text editor. When editing with an external editor, you can use it by importing it and saving it with a name.
In the built-in editor, when you press the + button at the right end, a row is added below it.
Allows an application to write to external storage.
Allows applications to open network sockets.
Allows applications to access information about networks.
Allows an application to read from external storage.