Content deleted Content added
m Undid revision 1274823277 by 2804:868:D055:E2EC:4104:8C63:A3D:C103 (talk) Broke wikidata link |
const bird = document.getElementById("bird"); const gameContainer = document.querySelector(".game-container"); const scoreElement = document.getElementById("score"); let birdBottom = 200; let birdLeft = 50; let gravity = 2; let isGameOver = false; let score = 0; // Make the bird fall function startGame() { birdBottom -= gravity; bird.style.bottom = birdBottom + "px"; bird.style.left = birdLeft + "px"; } // Control the bird with spacebar function control(e) { if (e.keyCode === 32) { // Tags: Reverted references removed Visual edit Mobile edit Mobile web edit |
||
Line 1:
{{short description|Text editor and source code editor for Windows}}
{{Use dmy dates|date=March 2019}}{{distinguish|Notepad+|Windows Notepad}}'''Notepad++''' (sometimes '''npp''' or '''NPP'''), is a [[text editor|text]] and [[source code editor]] for use with [[Microsoft Windows]]. It supports [[Tab (GUI)|tabbed]] editing, which allows working with multiple open files in one window. The program's name comes from the [[C (programming language)|C]] postfix [[increment operator]].<ref>{{cite web |title=Notepad++the most useful plugins for developer (npp) |website=Dirask.com |date=30 March 2021<!--from page source--> |url=https://dirask.com/posts/Notepad-the-most-useful-plugins-for-developer-npp-jEL2rp}}</ref>▼
▲{{distinguish|Notepad+|Windows Notepad}}'''Notepad++''' (sometimes '''npp''' or '''NPP'''), is a [[text editor|text]] and [[source code editor]] for use with [[Microsoft Windows]]. It supports [[Tab (GUI)|tabbed]] editing, which allows working with multiple open files in one window. The program's name comes from the [[C (programming language)|C]] postfix [[increment operator]].<ref>{{cite web |title=Notepad++the most useful plugins for developer (npp) |website=Dirask.com |date=30 March 2021<!--from page source--> |url=https://dirask.com/posts/Notepad-the-most-useful-plugins-for-developer-npp-jEL2rp}}</ref>
Notepad++ is released as [[free and open-source software]] under a [[GNU General Public License]] (GPL) 3.0 or later. At first, the project was [[Web hosting service|hosted]] on the [[SourceForge]] [[software repository]] (2003–2010), from where it was downloaded over 28 million times,<ref>{{cite web |title=SourceForge.net: Project Statistics for Notepad++ |work=[[SourceForge.net]] |url=http://sourceforge.net/project/stats/detail.php?group_id=95717&ugn=notepad-plus&type=prdownload&mode=alltime&package_id=0 |access-date=2 April 2014}}</ref><ref>{{cite web
|