Williamsport, Morrow County, Ohio
Williamsport is an unincorporated community in Morrow County, in the U.S. state of Ohio.[1]
History
Williamsport was laid out in 1836 by William Dakan, and named for him.[2] A nearby post office operated under the name Andrews.[3] This post office was established in 1833, and was discontinued in 1903.[4]
gollark: It's not very efficient. It was, as I said, basically a port of EWO to Node with networking and multiplayer hacked on top.
gollark: If it had a list of "visible entities" the rendering would be much faster. There isn't one.
gollark: You can't just trust clients.
gollark: ```javascriptconst getEnemy = (x, y) => { for (let i = 0; i < enemies.length; i++) { let other = enemies[i] if (other.x == x && other.y == y) return i } return -1}const getPlayer = (x, y) => { for (let i = 0; i < active_players.length; i++) { if (active_players[i]) { if (players[i].x == x && players[i].y == y) return i } } return -1}const getBonus = (x, y) => { for (let i = 0; i < bonuses.length; i++) { if (x == bonuses[i].x && y == bonuses[i].y) return i } return -1}```
gollark: This is for rendering the area around a player.
References
- U.S. Geological Survey Geographic Names Information System: Williamsport, Morrow County, Ohio
- Baughman, Abraham J.; Bartlett, Robert Franklin (1911). History of Morrow County, Ohio: A Narrative Account of Its Historical Progress, Its People, and Its Principal Interests. Lewis Publishing Company. p. 394.
- History of Morrow County and Ohio: Containing a Brief History of the State of Ohio. O.L. Baskin & Company. 1880. p. 444.
- "Morrow County". Jim Forte Postal History. Retrieved 15 December 2015.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.